[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Good code



Ian Mallett wrote:
When writing code, it is good to have comments, but it is not usually
wise to put them in until you've tested the relevant code.

Although sometimes it can be helpful to write a comment
beforehand as a sort of mini design document, to help
clarify your thoughts about what the code needs to
accomplish and how you intend to go about it.

If you later change the code in a way that invalidates
the comment, you should of course update the comment
to match.

--
Greg