Hacker News new | ask | show | jobs
by mariusz79 3452 days ago
Wouldn't it be easier to build a new plane around the new engine, do some flight tests and after it's ready transfer all passengers?
1 comments

That has two problems:

1) A lot of flight tests can't be done without a large fraction of passengers on the plane.

2) It may make getting to the final end state faster (though maybe not), but it means you don't get any benefits until you make the switch. Doing things incrementally means you start seeing benefits much earlier. Classic throughput/latency tradeoff.

What's better to end up in the final end state later, or lose customers because your software is crashing and is harder to maintain because you're introducing totally new way to do stuff?
That's a leading question and a false dillema.
I'm not sure what sort of distinction you are trying to make here. Again, the two options are:

1) One big switch. Can probably be done faster, but has more risk that big problems won't be discovered until late in the game and has user-visible benefits until the switch happens.

2) Incremental changes. Take longer to complete, but allow for better mid-course correction and can show user-visible benefits much earlier in the process.

Which of those will lose more customers? It really depends on the market reality and at how successfully the incremental changes can be made.