theTrav wrote:there's a school of thought which has achieved reasonable traction that feels that comments in code is generally a bad thing, as it is typically outdated as soon as you've written it, and often a sign that your code is not as simple/straightforward as it could be
While I do, generally, agree with that line of thought, and also think that code is generally much easier to read than natural language for the purpose of understanding a program, I don't think that it should be denied that the client code isn't all too pretty. :)
Truth be told, I don't very much enjoy writing on the client. It's Java, and it's UI, so I've mostly used brute force to get my will through.