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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,33baf1afc2b6fc8c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-17 12:31:06 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Ada Checklist Date: Wed, 17 Jan 2001 22:22:07 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <944v2v$bd2$1@news.huji.ac.il> References: <944mkb$8eo$1@nnrp1.deja.com> NNTP-Posting-Host: di4-28.dialin.huji.ac.il X-Trace: news.huji.ac.il 979763104 11682 132.64.14.28 (17 Jan 2001 20:25:04 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Wed, 17 Jan 2001 20:25:04 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: supernews.google.com comp.lang.ada:4117 Date: 2001-01-17T22:22:07+02:00 List-Id: > Can anyone offer a link to a comprehensive Ada checklist? > The one I've found > (http://www.adahome.com/Tutorials/Lovelace/s17s5.htm) is insufficient > for my needs. Specifically, I would like to use a list for an open book > Ada/SE exam. I could make one myself, but getting some ideas couldn't > hurt. > Alternatively, if anyone can offer his insight regarding possible items > on a checklist, that would be of great assistance. > Most SE issues are too highlevel to be captured by a checklist. This should make such lists almost useless for this purposes. Checklists are usegul as a SE tool, when used for code reviews etc. but they don't help with issues of design. So I wouldn't put to much effort into finding such a checklist, it won't help much (I know: I wrote the exam). However making a list of the important concepts and insights we talked about (like information hiding, modularization etc. etc.) should be very helpful as part of preparing for the exam. Ehud Lamm