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, LOTS_OF_MONEY,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,56250291936154a0 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Where is the elusive jump command? Date: 2000/03/28 Message-ID: <8bq7ku$mc8$1@nnrp1.deja.com>#1/1 X-Deja-AN: 603370256 References: <38D771CA.D41AF9B5@port.ac.uk> X-Http-Proxy: 1.0 x38.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Mar 28 12:13:28 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-03-28T00:00:00+00:00 List-Id: In article , "Ken Garlington" wrote: > There are acceptable reasons for not caring about readability; e.g. > intentionally complex (or arbitrary) code sequences designed to try to break > a compiler, or test its optimizations. Certain throw-away code (e.g. solely > to learn a new language) would be another example. My guess was the > latter... The compiler breaking code is of course a legitimate example. I am not nearly as sure about your second example. Part of learning a new language is precisely learning to write readable code in the style of that language. Indeed, for a good programmer it should be almost impossible to operate in any other mode than wanting to write well commented clear code :-) Learning just enough of language x to get problem y working is NOT necessarily very much related to learning language x (for any x or y). Sent via Deja.com http://www.deja.com/ Before you buy.