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-Thread: 103376,fc52c633190162e0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 01 Apr 2007 13:13:49 -0500 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: why learn C? References: <3cslblgoo4.fsf@hod.lan.m-e-leypold.de> X-Newsreader: Tom's custom newsreader Message-ID: Date: Sun, 01 Apr 2007 13:13:49 -0500 NNTP-Posting-Host: 24.6.140.189 X-Trace: sv3-ZzO9oX/lh52z1muExxHtwhZAf/DvfEecXr0Kxi9LNM2g2pve3TepvmqCgB7/1gBqqeJb4r093Iy2hlD!ZX5VHUphq1eClupbsJWng5T0CQhNIo/CxcDDTo0dldi4V4YijUM/h1A4EHtOBmT5XvDgeHQ7hqmi!aNqD+DrT/GEc5Ty5SDhz6a91JI4N X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 Xref: g2news1.google.com comp.lang.ada:14711 Date: 2007-04-01T13:13:49-05:00 List-Id: > If we're just talking about non-understandable code, I suggest that > the "terse" syntax of the C/C++ language family is only a part of the > problem. Choosing wrong or indecriptive identifiers ... As I recall, the obfuscated C examples weren't generally about stupidly chosen identifiers, but more often C code which appeared at first glance to do one thing, but on *close* parsing of the syntax, actually did something else.