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,3db0f47fc4efdff7,start X-Google-Attributes: gid103376,public From: Christoph Seelhorst Subject: "Sensible" use of generics Date: 1996/12/06 Message-ID: <32A7E586.779@erno.de>#1/1 X-Deja-AN: 202748146 cc: winfred.murrach@erno.de content-type: text/plain; charset=us-ascii organization: Daimler-Benz DASA Raumfahrt-Infrastruktur mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (X11; I; SunOS 5.4 sun4m) Date: 1996-12-06T00:00:00+00:00 List-Id: We have recently had some internal discussions about the extent to which generics should be used. The extremes are between "if it's not generic, its not Ada" and the total avoidance of generics. Using generics in constructs as trees seems to be undisputable. Another way of using generics is to use them as a rather short template with a big number of instantiation parameters. This is the question to the experts : are there general rules of thumb what ratio between the size of a generic procedure and the instantiation parameters is still sensible ? Regards, Christoph