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-Thread: 103376,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!feeder2-1.proxad.net!news9-e.free.fr!not-for-mail Date: Wed, 08 Sep 2004 00:37:18 +0200 From: Lionel Draghi User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.2) Gecko/20040820 Debian/1.7.2-4 X-Accept-Language: en-us, it MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ADA Popularity Discussion Request References: <49dc98cf.0408110556.18ae7df@posting.google.com> <6F2Yc.848$8d1.621@newsread2.news.pas.earthlink.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <413e3827$0$22730$626a14ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 08 Sep 2004 00:37:27 MEST NNTP-Posting-Host: 82.64.158.15 X-Trace: 1094596647 news9-e.free.fr 22730 82.64.158.15:41958 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:3455 Date: 2004-09-08T00:37:27+02:00 List-Id: Kevin Cline wrote: ... > Retesting a unit after adding a few lines of code means that type > mismatches are caught immediately with or without strong typing. With strong typing, you will catch it at code compilation. Without, you will maybe catch it at test execution. The former seems much more "immediate" than the later to me. > But it goes faster if you don't have to compile and link every iteration. So, use strong typing. Not only will save a lot of useless tests compilation, but also test writing. -- Lionel Draghi