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,e94a7e4f6f888766 X-Google-Attributes: gid103376,public From: Wes Groleau Subject: Re: Self-referential types Date: 1999/10/19 Message-ID: <380CA5AC.82499FE2@ftw.rsc.raytheon.com>#1/1 X-Deja-AN: 537994056 Content-Transfer-Encoding: 7bit References: <7ttb4a$8mq$1@nnrp1.deja.com> <3802f2db_2@news1.prserv.net> <3803B5E3.F96A6DD4@mitre.org> <3803c8bc_2@news1.prserv.net> <3804E7E0.6A0265FB@mitre.org> <38077EB3.E6911567@mitre.org> X-Accept-Language: en,es,fr,pt Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@icg.raytheon.com X-Trace: bos-service2.ext.raytheon.com 940352871 151.168.144.162 (Tue, 19 Oct 1999 12:07:51 CDT) Organization: Raytheon Company MIME-Version: 1.0 NNTP-Posting-Date: Tue, 19 Oct 1999 12:07:51 CDT Newsgroups: comp.lang.ada Date: 1999-10-19T00:00:00+00:00 List-Id: > Personally I use (at least I try too, I don't always succeed) nested > procedures to increase code clarity. It generally has that effect for me. > This reduces the overall clutter in a unit, and I find it a lot easier > to check my overall logic if I do this, it doesn't eliminate the need > for comments (or indeed, proper written documentation), but it does > make the program easier to understand. YMMV. If good naming conventions are used, it can _greatly_ reduce the need for comments.