|
|
|
|
|
by int_19h
2623 days ago
|
|
I used to be in the camp that cared a lot about formatting, but over time realized that it's more my OCD than any practical reason. At this point, the only reason why I like consistent code formatting rules is because they prevent bickering between people who have strong opinions on how things should be. When there's a rule, even if people don't like it, they abide by it. When there are no rules, everybody who thinks that there should be rules starts bikeshedding what they ought to be. But as far as code quality goes, I don't think it matters much. |
|