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,253505146ffff940 X-Google-Attributes: gid103376,public From: David Emery Subject: Re: The greatest feature of the language is .... Date: 2000/10/16 Message-ID: <161020001418072454%emery@mitre.org>#1/1 X-Deja-AN: 682154085 Content-Transfer-Encoding: 8bit References: <39DCBA28.E504523B@ftw.rsc.raytheon.com> Content-Type: text/plain; charset=ISO-8859-1 X-Complaints-To: usenet@news.mitre.org X-Trace: top.mitre.org 971720294 3749 128.29.123.65 (16 Oct 2000 18:18:14 GMT) Organization: The MITRE Corporation Mime-Version: 1.0 User-Agent: YA-NewsWatcher/5.0.0 NNTP-Posting-Date: 16 Oct 2000 18:18:14 GMT Newsgroups: comp.lang.ada Date: 2000-10-16T18:18:14+00:00 List-Id: Interesting question, and I can't decide betwee 1. strong typing 2. separation of interface from implementation The former adds significantly to the reliability of programs, and the latter is a major contributor to your ability to compose software. dave