In Mathematica built-in Symbols start with capital letters. Therefore it is accepted practice to not start user created symbol names with capital letters.
How far should this restriction be extended to other aspects of syntax? Does good practice demand that a capital letter not be used for a named pattern in a SetDelayed or RuleDelayed expression (where such names are localized)?
I think that capitals expand the namespace in a useful way and visually distinguish between lowercase L and 1, for example. They also allow arguments to be named in a textbook fashion.
If new symbols are introduced in future versions, the named patters should supersede these, and existing code should not break.
A con is ambiguity if existing names such as N and D are used, but I feel that both the context of use and FrontEnd syntax highlighting mitigate this.
land1are quite similar. Likewise, it is doubtful I would confuse the symbols inf[A_, a_] := .... Used globally I agree with you, and I make my global names more verbose, but in this specific case I am wondering if I may change my practice. – Mr.Wizard Nov 5 '11 at 7:05l : Line[__]toL_Linein that code. – Mr.Wizard Nov 5 '11 at 7:15land1:) – yoda Nov 5 '11 at 13:01