|
|
|
|
|
by blt
4400 days ago
|
|
The last line often has something extra - a semicolon or parentheses - or something missing, like no comma in an enum or no `&&` in a long chained conditional. Maybe that triggers the "gorilla on the basketball court" effect, and we miss the error in the meat of that line because we're focusing on the difference. |
|
As I recall I think most of the brackety languages actually do ignore it now? So it's a good way to mitigate at least that small problem.