Re: Malcolm's new book



Kelsey Bjarnason said:

<snip>

All I can say is I'll take ugly code that works
over pretty code that's broken, any day.

I'll take readable code that doesn't *quite* work over unreadable code
that does work, any day. Readable code can be fixed.

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.



Relevant Pages

  • Re: A quick if question
    ... Hamilton wrote: ... I often wonder why C should use parentheses for things like this. ... It hardly provides for the most readable code in the world, ...
    (comp.lang.c)
  • Re: Malcolms new book
    ... I'll take readable code that doesn't *quite* work over unreadable code ... does it probably has other bad habits - just how much can you actually ...
    (comp.lang.c)
  • Re: Optimization in coding style
    ... Michal Wozniak wrote: ... > Hmmm... ... > I really like to write readable code. ...
    (comp.lang.php)