http://www.perlmonks.org?node_id=569867


in reply to Re: OT: Rewrite or Refactor?
in thread OT: Rewrite or Refactor?

Thanks for your reply.

But how do you refactor the code architecture? I mean splitting one monolithic applications to become multiple applications that work together. Additionally, can I use the refactoring techniques to change my database structure from using multiple databases with the same schema to using one database?

I admit that I haven't learned the refactoring techniques in depth. I just haven't heard of refactoring can work on such a high level as the software architecture.

See this for my explanation about the architecture of my code.

Thank you.

-cheepy-