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,c2f62556e56c9683 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: 'with'ing and 'use'ing Date: 2000/03/11 Message-ID: #1/1 X-Deja-AN: 596116784 Sender: bobduff@world.std.com (Robert A Duff) References: <38BC2EB3.2639372B@acm.org> <89l6aj$s5e$1@wanadoo.fr> <1e6xw1b.crkgd5nhvbzuN%claveman@inetworld.net> <8a0hio$qos$1@nnrp1.deja.com> <8a1egu$h91$1@nnrp1.deja.com> <8a3959$qmg$1@nnrp1.deja.com> <8a6fms$6c1$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-03-11T00:00:00+00:00 List-Id: Robert Dewar writes: > As to whether your project must worry about the issues you > raise (e.g. reading the code on paper), that's of course > project specific. Well, I still read programs on paper fairly often. I don't know of *any* project that has access to screens that even approach the resolution of cheap laser printers. And the number of dots per inch is important to me, for readability -- that part isn't "project specific". Of course, even when I'm using paper, I usually have a computer nearby that can do fancy searches and whatnot. - Bob