in reply to Re: Documenting Methods/Subs
in thread Documenting Methods/Subs

I consider using descriptive variable and subroutine names to be a form of commenting/documentation.

If you want your code to be easily understood by yourself and others, you do so. If you're trying to hide what you're doing, you don't.