Linked by snydeq on Sun 11th Dec 2011 01:35 UTC
Thread beginning with comment 499943
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: "Better" vs. Better
by Neolander on Tue 13th Dec 2011 06:15
in reply to "RE[5]: "Better" vs. Better"
It's not about writing perfectly clean code the first time you put your hands on a keyboard, it's about shipping perfectly clean code in the end
Of course, if you have lots of time, you can experiment with low quality code before writing the real thing, and the more time you have the larger-scale these experiments can go (things like GSoC projects come to mind). However, everything that is released has fallen into a vicious circle that makes it much harder to fix unless it is very well coded to begin with.
TL;DR : Hackish cost is fast to write and a powerful research and testing tool, it should just not make its way to the final product IMHO.
Edited 2011-12-13 06:19 UTC
RE[7]: "Better" vs. Better
by lucas_maximus on Tue 13th Dec 2011 11:35
in reply to "RE[6]: "Better" vs. Better"




Member since:
2009-08-18
Oh comon, this is ridiculous. You can do sensible things the first time, but doing it "right" first time is a completely different matter.
I wrote a C# library the other day, a nice bit of OO programming. Very clean and encapsulated, today I found out a way to make it even cleaner ... While my first attempt was sensible ... tomorrow it will be perfect.