You are viewing a single comment's thread from:
RE: SQL Issue: Code Comments... or lack of them
That's a good example of self documenting code. There's no need to decorate every function with comments when the function doesn't do any more than what its name and arguments imply. To over comment just slows down other developers.
Too few people get this.