in reply to Code for elegance, code for clarity
To me, elegant code works correctly, and works efficiently. This is something that I've had to work hard at with my recent project. Taking code that works, and making it code that works faster is how I found my 'elegant' code. But now, I'm leaving it alone since there is little more that can be done without making some of the code unreadable. Someone else may have to look at this down the line, it shouldn't be impossible (just very difficult).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Code for elegance, code for clarity
by dd-b (Pilgrim) on Jan 13, 2004 at 03:30 UTC | |
by flyingmoose (Priest) on Jan 14, 2004 at 00:04 UTC | |
by dd-b (Pilgrim) on Jan 14, 2004 at 04:10 UTC |