> > +1 for case-sensitive everything
> 
> -1. Differentiating two objects only by the case of their names
> seems absurd to me. This is not how humans function.

I don't think people should write code that differentiates by case, but
case-sensitive coding leads to consistency in naming, so you will not read
MySQL_ConneCt somewhere and mysql_connect somewhere else, while it means the
same thing...
An unwanted side-effect is that it allows people to differentiate using
case.

Cheerio, Marc.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to