|
|
|
|
|
by Renaud
4594 days ago
|
|
Wouldn't TypeScript help a lot in handling these changes? You break/change something and then the rest of your code wouldn't compile until you fixed it everywhere (and it would show you where). You wouldn't have to worry whether you forgot something since the compiler wouldn't let you get away with it.
Refactoring tools on top of TypeScript (like Resharper and Coderush) will eventually be able to safely do these changes quickly across the whole project. |
|