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,de0abe9655235740 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-07 14:11:03 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!feed1.news.rcn.net!rcn!elnk-atl-nf1!newsfeed.earthlink.net!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr23.news.prodigy.com.POSTED!c290090c!not-for-mail From: "Pat Rogers" Newsgroups: comp.lang.ada References: <1065708924.347689@master.nyc.kbcfp.com> <3F864440.7070203@noplace.com> <8pWdnd8im8ToEzeiRVn-iw@gbronline.com> <3FAB95B6.9070008@noplace.com> Subject: Re: ACM Ada Letters X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 208.191.177.108 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr23.news.prodigy.com 1068243041 ST000 208.191.177.108 (Fri, 07 Nov 2003 17:10:41 EST) NNTP-Posting-Date: Fri, 07 Nov 2003 17:10:41 EST Organization: SBC http://yahoo.sbc.com X-UserInfo1: SCSYQN_@OXRQRILY@BJZ\_TDFRYB@GXLN@GZ_GYO^BTBTSUBYFWEAE[YJLYPIWKHTFCMZKVMB^[Z^DOBRVVMOSPFHNSYXVDIE@X\BUC@GTSX@DL^GKFFHQCCE\G[JJBMYDYIJCZM@AY]GNGPJD]YNNW\GSX^GSCKHA[]@CCB\[@LATPD\L@J\\PF]VR[QPJN Date: Fri, 07 Nov 2003 22:10:42 GMT Xref: archiver1.google.com comp.lang.ada:2236 Date: 2003-11-07T22:10:42+00:00 List-Id: > Why do we write and read source code in fixed-width fonts? > I usually do, and most folks do. > But variable width is certainly more readable. I find it easier to format the code (beyond simple indentation, where tabs suffice). For example, it is easy to format the formal parameters in a subprogram or entry specification using fixed-width typefaces. I line up the colons, the modes and the names of the types. Not fun with a variable-width typeface. In the approximately 1000 slides for my Ada courses I used a variable-width typeface on the slides. That made it easy to fit text on the slide that otherwise would have been too wide, among other advantages, but it is a real pain to format. Change the point-size and you have to reformat it all.