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

Re: [pygame] Good code



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.  E.g., you
wouldn't want to write some code, then a bunch of comments about it,
then find that your method is useless, so the comments are useless
too.  Also, try to keep comments short and to the point.
Ian