DEV Community

Discussion on: Refactoring a Legacy Project

Collapse
 
itachiuchiha profile image
Itachi Uchiha • Edited

It's a huge legacy monolith code :)

My managers don't want to rebuild. If I were them, I would rebuild.

There are critical features like payment, appointment, etc.

There isn't any comment about methods, etc.

Imho, this will be my best work :D

There is a code like that;

bool isExists = true;
if(isExists)
{
  ... logic
}
Collapse
 
ujwaldhakal profile image
ujwal dhakal

Looks like i needs microservices . What you can do is make a prototype of working microservices feature from existing one show him , it may motivate him to do microservices