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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,82dadb8a32a5cd0b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Emacs and long file names Date: Thu, 27 May 2010 17:00:57 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <755de929-67b4-4de6-8982-a0bfc43effc0@z15g2000prh.googlegroups.com> <82y6f88ztj.fsf@stephe-leake.org> <82vdab5d4l.fsf@stephe-leake.org> <85af303a-a6f2-40c7-b64e-8da565df3b4f@u3g2000prl.googlegroups.com> Injection-Date: Thu, 27 May 2010 17:00:57 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="25048"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18gimoysXms75y3QpOGQULzMneaAJ5PzjQ=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:O9hxmK03pRcIF1/fLR01Kfbjv60= Xref: g2news2.google.com comp.lang.ada:12088 Date: 2010-05-27T17:00:57+00:00 List-Id: Jeffrey R. Carter expounded in news:htjfib$cdd$1@tornado.tornevall.net: > Adam Beneschan wrote: >> >> Just kidding. (Insert old joke with punchline "there's whiteout all >> over your screen" here.) But while I think some people are able to >> cope without printouts, others sometimes need to have that piece of >> paper to look at. Don't ask me why. > > I recall a study that determined that people found more errors in code > when examining it on paper than on screen. I find in my day job, that large (mainframe) COBOL programs are easier to debug in print form. I know it is considered "old school" by my co-workers, but I make a lot of use of those cross-reference listings in my analysis. With COBOL, it is almost manditory given that essentially everything is "global" to your code in paragraphs. But for more modern languages, where you have proper scoping rules at work, I wouldn't normally think of printing out code. Warren