Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Denver Mods 7/26/84) 6/24/83; site drutx.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!drutx!zarth From: zarth@drutx.UUCP (CovartDL) Newsgroups: net.lang.c Subject: Re: Quality programming in c -- a rarity? Message-ID: <1950@drutx.UUCP> Date: Mon, 4-Feb-85 16:59:29 EST Article-I.D.: drutx.1950 Posted: Mon Feb 4 16:59:29 1985 Date-Received: Wed, 6-Feb-85 01:49:57 EST References: <443@decwrl.UUCP> Organization: AT&T Information Systems Laboratories, Denver Lines: 11 I will agree that some of the UNIX source code is rather dificult to read. On the other hand, the programs I write in C are rather easy to read. I have had people who don't even know C be able to tell me the general logic of my programs because of the STRUCTURE, small size of my routines, inteligent names for routines, variables, etc... and commenting. I believe C is like any other programming language in that it is the programmer not the language(for the most part) that makes programs complex and difficult to read. Zarth Arn