in reply to Should I leave behind beautiful code or readable code?
My own preference is toward simpler to understand rather than 'elegant' code - mostly because I'm only a casual programmer. Still, with sufficient comments (and a couple of reference books) I've always been able to understand what's going on in a piece of code. You can be as elegant / beautiful / complex / obtuse as you want to be IF you have sufficient comments in your code to make clear what you're doing.
Jack
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Should I leave behind beautiful code or readable code?
by robot_tourist (Hermit) on Mar 29, 2007 at 12:03 UTC |