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,3467cec1612741de X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-21 07:25:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!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: Tables vs functions (was Re: Anonymous array clarification.) Date: Tue, 21 Aug 2001 10:13:24 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9ltqa6$5bi$1@nh.pace.co.uk> References: <3b80c13f$1@pull.gecm.com> <9lrhcn$9lc$1@nh.pace.co.uk> <3B817AD1.2DA2DF70@gsde.hou.us.ray.com> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 998403206 5490 136.170.200.133 (21 Aug 2001 14:13:26 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 21 Aug 2001 14:13:26 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:12172 Date: 2001-08-21T14:13:26+00:00 List-Id: I think that anyone could take either side of the debate and come up with a dozen or more good reasons why their side was the better approach. In the end, you pick one for the application at hand and live with the pluses and minuses. IMHO, if you do a lot of this sort of thing, you basically should pick one style and be consistent about it. At least that way you have the same problems everywhere. :-) 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/ "Samuel T. Harris" wrote in message news:3B817AD1.2DA2DF70@gsde.hou.us.ray.com... > > Consider this ... > > I'm using my debugger to trap an unhandled constraint_error > and I have to skip over this one several times before I > can get to the real one. For this reason alone I prefer > to do my own checking whenever possible. >