DEV Community

Discussion on: Rewriting the Monolith, Part 2

Collapse
 
ovid profile image
Ovid

Hi Nathan,

I know where you're coming from and I explain how to do that in this post. However, when switching to a new programming language, it's not possible to avoid the rewrite. There's refactoring to isolate horizontal layers, but inside the black box of an OpenAPI service, it's impossible to avoid the rewrite when it involves re-implementing the the service in a new programming language.