From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d95b511473b3a931 X-Google-Attributes: gid103376,public From: dweller@dfw.net (David Weller) Subject: Re: Language Choice and Coding style Date: 1996/06/21 Message-ID: <4qe4ee$12u@dfw.dfw.net>#1/1 X-Deja-AN: 161373538 references: organization: DFWNet -- Public Internet Access newsgroups: comp.lang.ada Date: 1996-06-21T00:00:00+00:00 List-Id: In article , Nasser Abbasi wrote: > >Tonight I'd like to ask a question I've always been afraid to ask. > >I'd like to know why do C and C++ programmer > >pchWriteInThisStargeAndHardToReadWayLikeThis while the Ada programmers > >Write_In_Clear_And_Nice_Way_Like_This ?? > > >From the original C documentation (which was unpublished until a rogue copy escaped a few months ago): Section 2, para 4: Usage of white space in identifiers is not recommended. To ensure no white space is used, the underscore symbol, '_' consumes 64kb of symbol space per occurrence. The occurrence of a lower case and upper case letter together, however, consumes less than their sum -- 4 bits exactly. :-) -- Visit the Ada 95 Booch Components Homepage: www.ocsystems.com/booch This is not your father's Ada -- lglwww.epfl.ch/Ada