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: 1008e3,a7084fcfbc5ce2fb X-Google-Attributes: gid1008e3,public X-Google-Thread: 103376,e5eb8ca5dcea2827 X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Ada OO Mechanism Date: 1999/06/06 Message-ID: <375A8197.5DAB7C57@Botton.com>#1/1 X-Deja-AN: 486316522 Content-Transfer-Encoding: 7bit References: <7i05aq$rgl$1@news.orbitworld.net> <7i17gj$1u1k@news2.newsguy.com> <7icgkg$k4q$1@nnrp1.deja.com> <3749E9EC.2842436A@aasaa.ofe.org> <7id2eo$fag@drn.newsguy.com> <3749FF7D.F17CE16A@aasaa.ofe.org> <374AC676.F7AE0772@lmco.com> <374F1DD3.64070C3E@mitre.org> <7ircia$ued@drn.newsguy.com> <928161154.329.88@news.remarQ.com> <7j4nro$1ft@drn.newsguy.com> <7j4tu0$563$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 928678298 23578 199.227.148.26 (6 Jun 1999 14:11:38 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 6 Jun 1999 14:11:38 GMT Newsgroups: comp.lang.ada,comp.lang.modula3 Date: 1999-06-06T14:11:38+00:00 List-Id: Yes, but possibly his project standardized on this alternate representation. Then this would be conformity, good style and readable :) David Botton Robert Dewar wrote: > > In article <7j4nro$1ft@drn.newsguy.com>, > mike@nospam wrote: > > which made my C/C++ more pleasent for me to work one, and more > > readable. > > > > This kind of thing is VERY bad style. One of the primary > things that you should consider in writing code is to make > it pleasant for OTHERS to work on and read. Adopting > non-standard idiosyncratic styles (your C/C++ example, if > not intended as a joke, is an extreme example), is in the > worst tradition of deliberate code obfuscation. > > Conformity to both formal and informal standards in programming > is an important part of good style. > > Sent via Deja.com http://www.deja.com/ > Share what you know. Learn what you don't.