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,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9127c759a41fcfda X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-05 16:20:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!chcgil2-snh1.gtei.net!washdc3-snh1.gtei.net!news.gtei.net!iad-peer.news.verio.net!news.verio.net!solaris.cc.vt.edu!news.vt.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: [ot... well kindof] SDI Date: Mon, 5 Aug 2002 19:17:26 -0400 Organization: Michigan State University Message-ID: References: <5ee5b646.0208040616.77f0460a@posting.google.com> Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:27733 Date: 2002-08-05T19:17:26-04:00 List-Id: Try, Robust_Input : loop begin some_statement (some_parameters); exit Robust_Input; exception when Some_Exception => Put_Line ("bad input"); end; end loop Robust_Input; > What about flabby coding? Can I ask how to tidy that up here? I have > one snippets of Ada code, which is flabby and need to tidy it up, but am > not sure exactly why it is flabby (actually I now think I know why it is > flabby, just not how to make it tighter). If tidy code is code done the Ada way, I imagine you can have it critiqued here. You're welcome, -CRM