Research on an Efficient Software Framework for Developing

: With the continuous development of information technology in society, the demand for software continues to increase. An excellent software development framework can greatly improve the efficiency for programming, and can also improve the software portability and maintainability. We propose an optimized software development framework, which we called the MOCV (Model-Operate-Controller-View) framework. The MOCV framework is a four-layer structure framework. It is based on the traditional three-tier architecture and the MVC (Model-View-Controller) design pattern, but it can make the relationship between layers in the MVC design much clear and can decouple the complexity of layers in the three-tier architecture. In this paper, we discuss in detail the idea and the design of the MOCV framework. In simulation, starting from the five major indicators such as the “maintainability index” and the “circle complexity” of the code, we analyze a project example developed using the MOCV framework, which shows the MOCV framework's enhancement of software development efficiency, portability and maintainability.