|
|
|
|
|
by jackalope
4223 days ago
|
|
"Get a decent editor and don't leave whitespace at the end of lines." Trailing whitespace always raises a huge red flag for me whenever I look at someone's code. It's not just sloppy, it often makes diff output so noisy you can't detect real changes to the code. |
|
E.g. in this diff
you don't even see the spaces after "k=2" and "k*=k".