From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 6 Sep 91 02:35:13 GMT From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!jpl-d evvax!puente!larryc@ucbvax.Berkeley.EDU (Larry Carroll) Subject: Re: Ada micro Style for Programs in Introductory Textbooks Message-ID: <1991Sep6.023513.4744@jpl-devvax.jpl.nasa.gov> List-Id: Programming style should vary according to the needs of its users. Beginners may have different needs from experts; your ALL UPPER CASE FOR KEYWORDS may be the right way to go because they need the emphasis. Keywords need de-emphasizing for experts, however, because they've learned them so well that recognition, understanding, and use of keywords is mostly automatic and unconscious. Instead experts need to have the types, variables, and so on stand out. Still, I'd suggest using one of the published style guides. Beginners need to learn to adopt professional habits and tools as soon as possible so they won't remain beginners.