Please note that php-dev is for the developers of PHP, not
scripting in PHP.

With that said, you have posed a good question. To keep my
description brief, comments do not hinder source code
processing time enough to be considered detrimental.

My limited explaination:
They save enough time otherwise where it shouldn't make one
bit of difference. Imagine having to write/read/maintain
code that isn't commented; it would simply be a nightmare.
Well commented code make things easier to understand most of
the time. Just use comments in main places and when you feel
that your code needs some explaination (if you're like me,
you might come back the next day and wonder "Is that right?"
or "How does this work?", even though you just wrote it the
day before).

I know the explaination's pretty short, but you get the
idea.

--Toby


<znip>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to