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.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa18fb47ddd229a7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-11 05:15:41 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fr.ip.ndsoftware.net!news.completel.fr!ircam.fr!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "amado.alves" Newsgroups: comp.lang.ada Subject: RE: Proposed change to BC iterator parameters Date: Thu, 11 Dec 2003 12:56:15 -0000 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1071147680 27646 80.67.180.195 (11 Dec 2003 13:01:20 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 11 Dec 2003 13:01:20 +0000 (UTC) To: Return-Path: X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Proposed change to BC iterator parameters Thread-Index: AcO/qJxgjBF5GN5vRGeH77QM7AdMFgAPGAOl X-OriginalArrivalTime: 11 Dec 2003 12:56:16.0359 (UTC) FILETIME=[29F19F70:01C3BFE6] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-Mailman-Approved-At: Thu, 11 Dec 2003 14:01:16 +0100 X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.3 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:3360 Date: 2003-12-11T12:56:15+00:00 <<... Avoid global data All inputs and outputs of a procedure should appear in their parameter lists Following these simple guidelines usually makes code a lot easier to = follow.>> In the big, yes, but not in the small, namely in loops, ifs, and... = visits.