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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db5c6b2ef47d4b9e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-21 08:29:36 PST Path: archiver1.google.com!news2.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.stealth.net!isdnet!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: short-circuit control forms Date: Thu, 21 Jun 2001 10:58:12 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9gt225$8e1$1@nh.pace.co.uk> References: NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 993135493 8641 136.170.200.133 (21 Jun 2001 14:58:13 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 21 Jun 2001 14:58:13 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:8976 Date: 2001-06-21T14:58:13+00:00 List-Id: As long as you have some method of specifying short circuit forms, I can work with it. And as you observe, don't worry until you have to. In most programs, you'll *never* notice the difference - so do something that looks more comprehensible or fits within coding conventions rather than persue optimizations that won't benefit you. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Beard, Frank" wrote in message news:mailman.993075744.15649.comp.lang.ada@ada.eu.org... > All that aside, I can live with the way it is currently. It's not a > big deal. I was just stating a preference. And as I said, I don't > actually worry about it until it becomes a problem.