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,c3155860644be062 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-26 10:09:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Thanks guys..my project and my many problems References: <3E5CC9FC.F1D134FC@bton.ac.uk> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1046282953 12.234.13.56 (Wed, 26 Feb 2003 18:09:13 GMT) NNTP-Posting-Date: Wed, 26 Feb 2003 18:09:13 GMT Organization: AT&T Broadband Date: Wed, 26 Feb 2003 18:09:13 GMT Xref: archiver1.google.com comp.lang.ada:34610 Date: 2003-02-26T18:09:13+00:00 List-Id: >package body String_tokenizer is Why in heavens name did you post this package *body*, which is of zero interest, just obfuscates things, and is 400 lines long? In Ada, all the information that should be needed by the user of a package lies in the package *specification*. Neither you nor any other user of String_tokenizer should have any need to see its body.