Posted by tony on 12/22/05 17:59
>> some like all upper case,
> My god. I wouldn't want my code constantly shouting at me. All upper
> case is harder to read, too.
In my current (non-PHP) contract the convention is that everything
which is part of the language (variable and function names) is
lowercase while evreything created by a programmer is in UPPER case.
Different organisations have different conventions, but if the compiler
is case-insensitive I really don't see the point. The argument that the
use of case *must* be consistent doesn't hold water. It's so low on the
scale of things which are *imporatnt* that it doesn't even register.
Navigation:
[Reply to this message]
|