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: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Language Choice and Coding style Date: 1996/06/21 Message-ID: #1/1 X-Deja-AN: 161564916 references: organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-06-21T00:00:00+00:00 List-Id: Nasser asks "SO, why do you think this difference exist between the 2 groups of programmers? It seems to be getting worse with time. I remmember starting to first see ThisTypeOfWritingOfCode around 1985-1986 time frame, I dont think I saw this before but I can be wrong. So the question is really, what did happen in 1985-1986 to cause this?" This style of separating words with upper case and no break characters is I think derived from the Pascal world (for example it was the UCSD style). Micrsoft derived much of their standard interfaces from this world, as of course did Borland, so I suspect the importation of this style into C++ comes from this source).