The previous chapter explored the StranglerFigApplication pattern, which is a way to rewrite a legacy application from the inside, substituting new pieces along the usual new feature development flow. This chapter covers how to build an application by mixing frameworkless code and code based on frameworks, as well as how to create a stable codebase that does not need considerable refactoring to remove a framework or parts of it that are no longer required.
Before doing that, I need to ...