>>52This is ridiculous. Spaces are far better. Every character should be the same width. Tabs are unpredicatable, 4 spaces will always look the same, having a single character that is the width of 4 (or even worse 8) is just horrible. As for saving bytes that is just a dumb argument, there are so many things you can do to save bytes that I bet you don't do, why don't we just put all our code on one line to save on newline characters? Why not make every variable 1 character? Do you always leave out the braces if your conditional or loop body only has one line? Do you use the ternary operator where you can? The thing you are arguing for makes no sense. I'm one of the strictest people for optimizing as much as possible but you are trying to save a few bytes on storage of source code on disk, the biggest, cheapest storage there is. I can just delete 1 JPEG and I'll have the space for my spaces in code for the next year. You know that the compiled binary and actual program efficency will be unaffected right?