#refactoring
Read more stories on Hashnode
Articles with this tag
Port your code if you want to introduce new frameworks or switch to new programming languages. By porting your code base or parts of it your tech base...
Rewriting code is throwing away old code, it is not improving it. Rewriting code is hard, because starting a complex system from scratch often fails,...
Refactoring a monolith to microservices is not an easy going process. You have to consider some different aspects such as automation of deployments...