in reply to Re^2: How do I prototype a function with a varying number of arguments?
in thread How do I prototype a function with a varying number of arguments?
BrowserUK is strictly a minimalist (or perhaps a zeroist), and feels comments only get in the way, and I'm a semi-maximalist, who feels that comments should be there to clarify intent, point out pitfalls, and explain complex code to the reader.I tend to be both. I feel comments should be there to clarify intent, etc. I also prefer to have as few comments as possible.
Impossible you say? I disagree. If your code is simple enough, there just isn't much reason to add a comment. If I feel the need to write a comment to explain my code - I also consider rewriting the code instead so the comment may no longer be needed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How do I prototype a function with a varying number of arguments?
by pemungkah (Priest) on Aug 08, 2011 at 17:47 UTC |