Noodleface
A Mod Real Quick
What I meant was when we commit code and you diff the code, his had extra white space throughout all 20000 lines. When you diff to review it and every single line changed it's impossible. Now once you can ignore white spaces, but the next time someone changes it perhaps the original white space is removed so you're diffing 20000 lines again.
The proper way is ensure only the lines you altered are shown as changed lines so one can review properly.
It's something I'm anal about. Even if it's just whitespace you don't know if altering 20k lines might insert some sort of fault somewhere because maybe a change wasn't just white space. Or maybe something is interpreted wrong.
The reason he had whitespace issues is surely because he set to use tabs as actual tabs whereas every dev here converts tabs to spaces.
The proper way is ensure only the lines you altered are shown as changed lines so one can review properly.
It's something I'm anal about. Even if it's just whitespace you don't know if altering 20k lines might insert some sort of fault somewhere because maybe a change wasn't just white space. Or maybe something is interpreted wrong.
The reason he had whitespace issues is surely because he set to use tabs as actual tabs whereas every dev here converts tabs to spaces.