|
|
|
|
|
by Sunlis
4756 days ago
|
|
In my experience, "good" code and "pretty" code are the same thing - and similarly for "bad" and "ugly".
Of course, when I say "pretty", I mean well laid-out, properly documented, non-spaghetti code. I've spent far too much of my time tearing out thousands of lines of "bad" code that wasn't written in a way to allow for easy changes. |
|
Hopefully my point is clear. I guess it's subtle, but I think a crucial difference.