5 ms·
I consider it a must that code should be correctly indented, no matter the language. What I have issue with is relying on whitespace to represent scope etc. Wit
by shortercode 7y ago
I consider it a must that code should be correctly indented, no matter the language. What I have issue with is relying on whitespace to represent scope etc. With .sass files I've had too many occasions where moving the content around between editors has completely borked the file, and without braces it's tedious to correct the indentation. This is mostly the fault of text editors trying to be "smart" about indentation, and failing miserably, but it's a pain I'd rather not exist.