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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:ff5:: with SMTP id f50mr5192817qtk.2.1572520705201; Thu, 31 Oct 2019 04:18:25 -0700 (PDT) X-Received: by 2002:aca:f141:: with SMTP id p62mr600934oih.3.1572520704776; Thu, 31 Oct 2019 04:18:24 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!j16no6847204qtl.0!news-out.google.com!g53ni46qtg.0!nntp.google.com!j16no6847196qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 31 Oct 2019 04:18:24 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.22.143.114; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 185.22.143.114 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: User defined implicit conversion From: AdaMagica Injection-Date: Thu, 31 Oct 2019 11:18:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57398 Date: 2019-10-31T04:18:24-07:00 List-Id: Am Mittwoch, 30. Oktober 2019 20:43:05 UTC+1 schrieb Alain De Vos: > are there strategies, general rules, to limit conversion to a minimum ? Yes, a good design. If you need many type conversions, there definitely is something wrong in your design.