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-12 01:48:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: why not "standardize" the Booch Components? (was Re: is Ada dying?) Date: Fri, 12 Oct 2001 08:48:11 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3BC30674.BA88AAB6@brighton.ac.uk> <9pvv3t$ves$1@news.huji.ac.il> <3BC5D730.DA950CC7@boeing.com> <9q4pa7$1ad$1@nh.pace.co.uk> <3BC6ACC8.23EF21BC@free.fr> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1002876491 7613 217.17.192.37 (12 Oct 2001 08:48:11 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Fri, 12 Oct 2001 08:48:11 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:14368 Date: 2001-10-12T08:48:11+00:00 List-Id: * Jean-Marc Bourguet wrote: >Lutz Donnerhacke wrote: >> OTOH most of programmers I spoke to do not like the fairly adaptable >> libraries because they are confused by the huge amount of options. So >> the recode there own libs, because they are faster to develop and >> verify them, than understanding the library. Of course, that's just >> another instance of the Not Invented Here Syndom, the most common open >> source disease. > >If redevelopping something else is quicker (especially when you include >the verification as you do) than using a library, that's a sure sign that >the library is not targetted to your problem, not an occurence of NIHS. >You have this syndrom when you redevelop something and that takes more >ressource than reusing something else. This is correct only if your apply a pure rational view. Unfortunly serveral programmers can't sleep when using a forein - not standard - library. Including myself.