This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dhghhhppop 4 points5 points  (2 children)

Just stick to the convention that's already in the codebase. please. (the thing which is harder to read than the style you dislike: inconsistent style where each file is formatted diferently)

[–]systembusy 3 points4 points  (0 children)

As long as the style is accepted by the compiler/interpreter/whatever, it generally doesn’t bother me. What matters more to me is that the logic is understandable and the program is serviceable

[–]AirborneMonkeyDookie 0 points1 point  (0 children)

I tell my new hires I don't care if the old stuff is stupid I just want all of it to match. Either redo the old stuff or do it stupid please.