DMD 0.154 release
BCS
BCS_member at pathlink.com
Wed Apr 12 14:37:44 PDT 2006
Sean Kelly wrote:
> Walter Bright wrote:
>> pragma wrote:
>>> In article <e1jeql$2vcl$1 at digitaldaemon.com>, Walter Bright says...
>>>
>>>> Also, 'I' and 'l' integer suffixes are deprecated, because in many
>>>> fonts they are indistinguishable from each other and from '1'.
>>>>
[...]
>>
>> Yup. I got this idea from the JSF document on C++ coding standards.
>> I've also wondered about disallowing single letter declarations when
>> those letters are lower case l, upper case I, or upper case O, or if
>> that is going too far.
>
>
> I've wondered the same thing. I never use those names for the confusion
> they can cause, but haven't been able to decide whether a more rigid
> enforcement might be too draconian.
>
>
> Sean
A code standard checker would be interesting.
lexical & syntax (maybe semantic) front end + some sort of pattern recognition
language?
More information about the Digitalmars-d-announce
mailing list