[snip]
I just started writing comments in my code for use with phpdocumentor.
And Im beginning to wonder if too many comments is a *bad* thing.
I was wondering about file size, but dont think that can be avoided, and
php's parser speed.
Nothing bad, just looking to see what others have to say about it.
Thanks
[/snip]

Zen & The Art of Commenting Code

1. Comment only that which does not make obvious sense, and comment well on
that. Explain as clearly, but succinctly  as possible. If 2 words suffice,
do not use 14.
2. Comments are only part of the documentation.

:^]

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to