Quote:
|
Originally Posted by prozac424242
(hides from the obsessivly neat people) ... cleanliness is good, and scripting/programming should be visually appealing as an art form ... but there is a point where becoming insanely obsessive about whether or not there is one extra blank line separating code blocks deeming your code to be good or bad ... that sends certain folks running the other way ... folks like me who care about making it work first, then commenting it and making it look nice later.
|
Yes, style is something every person sees different, what's important is that you chose one and stick with it for the whole script.
Beside that there are only readability rules that should be totally obvious, as in not placing everything in one line/etc.
Stuff like new lines for braces, or spaces around operators is something that's different for everyone.