??? 04/05/11 11:32 Read: times |
#181702 - I do it Responding to: ???'s previous message |
Per Westermark said:
Vaggelis Triantafillou said:
[...] believe me if the code works I will make all comments. But you shouldn't add error handling or comments last "when the code works". They are both concepts that should be added at the same time - or often before - you write your code. Why? Because the aim is to speed up the coding process. And having comments available from the start means that it will be easier to find code sequences that claims to do one thing, but actually does something else. Comments can only be helpful if they exist. If you want help from day one, then make sure to write comments from day one. I write all comments at the code, but must work to continue writing code, and I not receive anything positive signal for this. |