Quote:
|
Originally Posted by prozac424242
I feel that comments are more important than how the code looks, becasue in the end few people are going to see your code - far more are going to see what actions your code performs. And if there are comments, then the next npc person who picks up your code can most likely figure out your code and will either re-format what you wrote to their liking, or simply redo what you made from scratch to perform the same function.
|
For me, style > commenting.
I'd rather work on a nicely styled script that isn't commented, then work on a commented script that is all on one line.