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,c39ad3e35a7690a9 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.222.71 with SMTP id qk7mr3642103pbc.1.1328876387652; Fri, 10 Feb 2012 04:19:47 -0800 (PST) Path: wr5ni8538pbc.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Convention for naming of packages Date: Fri, 10 Feb 2012 12:19:47 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Date: Fri, 10 Feb 2012 12:19:47 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="DkTdSjxOCm6DqG+Uf7eArg"; logging-data="18693"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/1G2hZ5K1uqxcaQQSkTxdRXgRrMV1utgo=" User-Agent: Pan/0.134 (Wait for Me; GIT cb32159 master) Cancel-Lock: sha1:a+tAOfStMq9HVLqQFFdxdWl3aIA= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-02-10T12:19:47+00:00 List-Id: On Thu, 09 Feb 2012 22:10:12 +0100, Yannick DuchĂȘne (Hibou57) wrote: > Hi people out there, > > There use to be here, discussions about naming convention of types, > focusing on whether or not the _Type suffix should be used (I personally > opted for it). Don't want to come back to this one here, but about > another common (common for me) name conflict: package names which > conflict with object names... If you have accepted _type, then why not _pkg for consistency? Then you have Weather : Weather_type := Weather_pkg.predict; I have seen this as a requirement in (VHDL) coding standards. But where plurals are more appropriate, I would prefer them. - Brian