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,794a4cb8f6cfe39b X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Clear Screen Date: 1997/03/06 Message-ID: <1997Mar6.153855.1@eisner>#1/1 X-Deja-AN: 223613890 X-Nntp-Posting-Host: eisner.decus.org References: <97030410484075@psavax.pwfl.com> X-Nntp-Posting-User: KILGALLEN X-Trace: 857680761/14182 Organization: LJK Software Newsgroups: comp.lang.ada Date: 1997-03-06T00:00:00+00:00 List-Id: In article , dewar@merv.cs.nyu.edu (Robert Dewar) writes: > One more point about obsolescent features. In my experience, language > designers tend to have far too little appreciation of the difficulty > of modifying code to deal with incomaptibilities. I often here statements > like: well it is easy to go through the code and do xxx. The fact is that > nothing is easy when you are dealing with millions of lines of code. Each year I talk to a different class of 100 or so folk from different companies, and my polling indicates that about 10% are running business applications where nobody left at the company knows the language used to implement that application. When the time comes that someone has to reach in and change 2 digit years to 4 digit years, it would be very unsafe to force them to change other parts of the program just because the compiler that runs on the current version of the operating system does not support the old dialect. Larry Kilgallen