From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] g++ From: "rob pike, esq." In-Reply-To: <200309130138.h8D1cCj15005@augusta.math.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 12 Sep 2003 18:43:08 -0700 Topicbox-Message-UUID: 342c370c-eacc-11e9-9e20-41e7f4b1d025 > But I'd point out that a programmer can write bad code in any language. > The fact that there's more bad code in C++ than in C (I'm not sure I > agree with that) might just be a function of their being more C++ code > out there than C code. if it's true - and i think it is true if we consider percentages rather than absolute numbers of lines - it's because it's harder to write good software in C++ but easier to write bad software. it's a very difficult, tricky, special-case-ridden language that takes taste and experience to use well. -rob