Framework Maintenance
In our framework development journey, we have reached the point where we can discuss framework maintenance in detail. So far, we have completed an initial version of the full stack framework in the previous chapters.
In this chapter, the framework maintenance topics will guide you toward future frameworks to develop. These are the topics related to the framework release process, the continuous development cycles, and, finally, the long-term maintenance of large framework projects. In more detail about framework maintenance, we shall learn about the following:
- Development cycle: We’ll learn about the concepts and paradigms that help develop formal feature definitions and figure out how to seek framework user feedback. First, we shall recap the analysis and design steps of the framework development process. Then, we’ll move on to formal feature definitions, as well as ways to seek user feedback and keep these users informed about changes...