|
|
|
|
|
by randomdata
1212 days ago
|
|
> If you're building a quick demo of a product to get user feedback, and you write perfect code that's highly maintainable, you've wasted time Any time I thought I could shortcut my way to a demo by relaxing on perfect code/maintainable code it has always ended up taking just as much time and often longer. |
|
The initial version took M hours to develop, and the refactor took N hours. If I had done it right the first time, it would have taken L hours, where M < L < N + M. But it's not hard to construct legitimate business scenarios where the "N + M" solution is better than the "L" solution in terms of meeting the business goals.