Re: Comment terminology
Posted: Mon Jun 15, 2009 8:51 am
in our workshop, "commented code" gets deleted on sight. We've only found it to cause confusion and wear out our scroll wheels 
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Ditto...I have SVN to show me old code if needed.in our workshop, "commented code" gets deleted on sight. We've only found it to cause confusion and wear out our scroll wheels
Yeah, that sounds right.omniuni wrote:Yeah, I'd still call it code. "Bad Code" or "Wrong Code" or "Erroneous Code" yes, but still, it's code because it will be parsed and then it will DO something. In this case throw an error. If you add the semicolon, it will reserve a bit of memory and store a value.