|
|
|
|
|
by aytekin
3933 days ago
|
|
Complete rewrites are bad. An approach we follow is to rewrite a small section of our product and release that to our users. With React, we can separate everything (repo, tests, architecture) from the core product but still integrate the new version within the app. It is like replacing the parts in a car one by one until you have a completely new car. |
|
The current project I'm on is probably the antithesis of this. I wouldn't be able to figure out how to replace anything without rewriting at least 5 other interconnected bits.
So my guess is that some people actually never learn this...