When doing code reviews, developers rarely get enough time to truly understand each line of code we’re reviewing. Instead, we have to quickly ponder the different situations where that code might fail. So every time I review code, I look for certain points to help me quickly understand the code.
Full article