in reply to Re^4: knowing your audience
in thread Programming *is* much more than "just writing code".
... read the comments and decided if they matched the code.
And that's exactly what is wrong with relying upon comments to make your code understandable.
Comments cannot be tested.
If I have to mentally run the code in order to decide if (my interpretation of) your comments seems like maybe, could be, if I squint and ignore the typos and grammatical errors and constant changes between first and third person narrative, might actually be correct, then I what? Save myself the effort if having to read the code.
What else?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: knowing your audience
by Rhandom (Curate) on May 09, 2007 at 17:16 UTC | |
|
Re^6: knowing your audience
by doom (Deacon) on May 09, 2007 at 16:57 UTC | |
by BrowserUk (Patriarch) on May 09, 2007 at 18:40 UTC | |
by doom (Deacon) on May 09, 2007 at 18:54 UTC |