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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-10 12:48:12 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: Robert*@ Newsgroups: comp.lang.ada Subject: Re: is Ada dying? Date: 10 Oct 2001 12:14:43 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9q26n3027kp@drn.newsguy.com> References: <3BC0B670.4B68D8DC@acm.org> <3BC23B9F.3B025363@pea.dk> <05Dw7.21484$ev2.29726@www.newsranger.com> <9pv2qu0kdo@drn.newsguy.com> <3BC47F2A.3050005@home.com> NNTP-Posting-Host: p-281.newsdawg.com X-Newsreader: Direct Read News 2.90 Xref: archiver1.google.com comp.lang.ada:14204 Date: 2001-10-10T12:14:43-07:00 List-Id: In article <3BC47F2A.3050005@home.com>, "Warren says... > > >The important issues for business use is that you need to keep things as >simple as possible, so that programmers can focus on the business processes >instead of the science(s). Yes, I know what you mean. I once worked on a C project for a business application. They had this one large C file where all sort of functions in it, (the file must have been 10,000 lines long). I asked why? a programmer told me that it is simpler to use one file to keep any function they need, easier and simpler to find this way.