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 Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!news.skynet.be!195.238.0.222.MISMATCH!newsspl501.isp.belgacom.be!tjb!not-for-mail Date: Wed, 13 May 2009 21:48:47 +0200 From: Olivier Scalbert User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: newbie problem References: <4a0ad646$0$2854$ba620e4c@news.skynet.be> <4a0b0aa2$0$2846$ba620e4c@news.skynet.be> <5e500136-c9a5-4fca-8e7c-63d5bd09cb71@o20g2000vbh.googlegroups.com> In-Reply-To: <5e500136-c9a5-4fca-8e7c-63d5bd09cb71@o20g2000vbh.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4a0b241c$0$2846$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 8cf80da8.news.skynet.be X-Trace: 1242244125 news.skynet.be 2846 87.65.200.8:59400 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news2.google.com comp.lang.ada:5826 Date: 2009-05-13T21:48:47+02:00 List-Id: Martin wrote: > > Nice one. > > Stylistically, why isn't the package called 'ALS' and then you could > remove the tautological 'Als_' everywhere? Perhaps a root package of > 'Audio' and a child package of 'Audio.ALS' - that way you could expand > to support other audio file formats 'Audio.mp3', 'Audio.Wav', etc. > > Again a style thing, but '_T' looks rather ugly and isn't common usage > - see the RM, esp the Ada.Container.* hierarchy for naming ideas. > > Cheers > -- Martin Completely agree ! But I do not know how to organize the files hierarchy ... Should I create child directories for child packages ? Also for the _T, I have not a lot of ideas. All day long I am using case sensitive languages. So I can have for ex: File file ...; Which is not possible in Ada File aFile ..; Which gives A_File: File; which is not very nice ... File outputFife ...; Which gives: Output_File: File; Mmmn this one is nice !! But I will read the RM ! Olivier. Olivier.