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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Wes Groleau Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: Teaching new tricks to an old dog (C++ -->Ada) Date: Wed, 23 Mar 2005 21:53:24 -0500 Organization: Ain't no organization here! Message-ID: <3aeoc3F67lvh9U3@individual.net> References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <87is4598pm.fsf@insalien.org> <1110054476.533590@athnrd02> <1110059861.560004@athnrd02> <422b6d49.1141887367@news.xs4all.nl> <1110830710.027630.241160@g14g2000cwa.googlegroups.com> Reply-To: groleau+news@freeshell.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net eShHCe+hsu2Rf9otfr73DQNG9jhfQlftEoVR2cwE+ymoZGySEX User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:9878 comp.lang.c++:46979 comp.realtime:1663 comp.software-eng:5269 Date: 2005-03-23T21:53:24-05:00 List-Id: adaworks@sbcglobal.net wrote: > if we choose to use a cryptic form of C++, with all the little > shortcuts that make the code less readable, we might achieve > some reduction in the KSLOC, but at what cost in understandability? And at what cost in development time? If the reader can't understand the code, chances are the writer doesn't understand it as well as he thinks he does (or she). "If it ain't broke, don't fix it." "With all due respect, sir, if nobody understands it, it's broke." -- Wes Groleau In any formula, constants (especially those obtained from handbooks) are to be treated as variables.