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,541695d68c6dd3f5,start X-Google-Attributes: gid103376,public From: greerjo@mail.auburn.edu (John M. Greer) Subject: Jumping Ahead Date: 1997/02/19 Message-ID: <5edu5k$lb0@ultranews.duc.auburn.edu>#1/1 X-Deja-AN: 220096922 Organization: Auburn University Usenet Server Newsgroups: comp.lang.ada Date: 1997-02-19T00:00:00+00:00 List-Id: Ok, I'd like your opinion on this before the assignment is due . . . I'm a Computer Engineering Major in my first Ada course, and we have a lab assignment due Thursday that is not complicated, just uses a few procedures, etc. The problem is, I've programmed since HS (using c++, only an amateur), but my only advantage is an addiction to "proper style." My dilemma is this: we have not yet learned to implement RECORDs. To do this program justice, I could: (1): Put everything in the program declarations and throw global variables across namespace. (2): Declare a record, encapsulate with packages, etc. We didn't learn this in class yet, but I learned it on my own and used it. Now I'm proud of my program, but I'm worried. Do you think my lab instructor will be annoyed that I skipped a few chapters ahead? (I'm not doing this for brownie points, just something I wanted to do.) Just wondering, my $.02 . . . (and interested to see the results of this discussion. Feel free to post replies to the newsgroup; I'll see them :-) John Greer