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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,577c9f9c0cdd76d X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Confusing language, was Re: Help help.. please.i am totaly new in ada programing Date: 1999/11/11 Message-ID: #1/1 X-Deja-AN: 547439198 Sender: bobduff@world.std.com (Robert A Duff) References: <7vqgs2$lcc$1@nnrp1.deja.com> <38233108.F3540F0@ebox.tninet.se> <806716$i6c2@ftp.kvaerner.com> <807109$8m0$1@nnrp1.deja.com> <38270DC7.86553BB1@pwfl.com> <38285C60.B3E2D2BC@pwfl.com> <809u91$3ik$1@nntp1.atl.mindspring.net> <80coqe$fjk$1@nntp3.atl.mindspring.net> <80djm3$4bp$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-11-11T00:00:00+00:00 List-Id: Robert Dewar writes: > Actually although it is unfair, as per previous messages, to > criticize COBOL as being responsible for original 2-digit date > decisions, it IS fair to criticize COBOL for it being hard to > fix, since the complete lack of data abstraction in COBOL means > that programs can be infested throughout, and we do not have a > situation where one small part of the program needs changing. Well, certainly the lack of data abstraction is the more important issue. There's really nothing wrong with putting limitations on computer programs, assuming there's a good reason, and things are documented. The real problem is when you can't change those limitations because assumptions are scattered all over the code. - Bob