应用架构重构方法、重构装置、电子设备和存储介质
By transforming and splitting the old and new data structures on the server side into read-only data models and business models on the client side, incremental refactoring is achieved, which solves the problems of poor code readability and maintenance difficulties caused by server-side refactoring, and ensures the stability and readability of the refactoring process.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- BEIJING WODONG TIANJUN INFORMATION TECH CO LTD
- Filing Date
- 2023-02-01
- Publication Date
- 2026-07-17
AI Technical Summary
In a client-server separated architecture, changes in data structure caused by server-side refactoring require rewriting the entire client-side logic, resulting in poor code readability and long-term maintenance difficulties.
By converting the new data structure on the server side to the existing data structure on the client side, and splitting it into a read-only data model and a business model, the business logic is gradually migrated, and the view layer is progressively reconstructed. The data transformation layer is used to maintain stability during the reconstruction process.
While ensuring the stability of the refactoring process, the readability of the new data structure was improved, the refactoring workload was reduced, and the complexity and error rate of code modifications were decreased.
Smart Images

Figure CN116088826B_ABST