I agree... though I believe you shouldn't comment every single function you create, if they are obvious, because it dilutes the value of the REAL valuable comments that explain difficult-to-understand sections. Like one comment in the JDK I remember:
Re:The best code has lots of comments. (Score:2)
Reference getRef()
/* gets the ref */
Or something like that... who needs it?!?