Do you guys really read every single line from start to end? Especially when skim reading source code? Especially if you know that the rest of the line is unimportant by reading the first bits?
h
hallvard
02/05/2019, 9:33 AM
tl;dr
c
cedric
02/05/2019, 8:35 PM
Another good argument in favor of comments: Reading two lines of English can save you puzzling out thirty lines of a function, especially when you are browsing to learn a new code base.