(no title)
jackalope | 11 years ago
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.
jackalope | 11 years ago
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.
Perseids|11 years ago
E.g. in this diff
you don't even see the spaces after "k=2" and "k*=k".teacup50|11 years ago
edran|11 years ago
pshc|11 years ago
uniformlyrandom|11 years ago