How to break these long C++ lines in a neat way? [closed]
Closed 10 years ago.
How to break these long C++ lines in a neat way? [closed]
Closed 10 years ago.
How to break these long C++ lines in a neat way? [closed]
Closed 10 years ago.
How to break these long C++ lines in a neat way? [closed]
Closed 10 years ago.
How to break these long C++ lines in a neat way? [closed]
Closed 10 years ago.
Erlang function naming conventions
I understand the general Erlang conventions for functions are using snake case or camel case, but what about exported functions?
Erlang return value conventions
Should functions that return tuples, always return tuples?
Does code formatting have to matter?
UPDATE: an issue would arise from stuff that is not strictly defined by a formatter, like consecutive empty lines etc., that would get lost in the process (local to server to local reformatting) which would annoy people (me as well 🙂
Does code format affect performance?
I think I have came across a few times when I reformat some segment of code, it performed the way I wanted it to other than the other poorly formatted segment of code? Does code format affect performance? Or is that a myth?
Code formatting: is it worth to make bad code to look bad? [closed]
Closed 9 years ago.