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,d1df6bc3799debed X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Not intended for use in medical, Date: 1997/05/08 Message-ID: #1/1 X-Deja-AN: 240440894 References: <3.0.32.19970423164855.00746db8@mail.4dcomm.com> <5kmek2$9re@bcrkh13.bnr.ca> <5ktldo$2pp@bcrkh13.bnr.ca> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-05-08T00:00:00+00:00 List-Id: Kaz said <> Whenever you cannot think of a reasonable name to give to a variable, that is a priori suspicious, it suggests that the expression of the algorithm involving the variables is not as clear as it might be. Sure, short names are appropriate sometime, but you should always be able to give a very clear description of a variable. Essentially this desription is an invariant that describes the meaning of the value of the variable "Intermediate value" is not a very useful invariant!