- Learning Python Design Patterns(Second Edition)
- Chetan Giridhar
- 85字
- 2021-07-16 09:46:12
Preface
Design patterns are among the most powerful methods of building large software systems. With an increasing focus on optimized software architecture and design, it is important that software architects think about optimizations in object creation, code structure, and interaction between objects at the architecture or design level. This makes sure that the cost of software maintenance is low, and code can be easily reused and is adaptable to change. Moreover, providing frameworks for reusability and separation of concerns is key to software development today.
推薦閱讀
- 微服務(wù)設(shè)計(第2版)
- Python測試開發(fā)入門與實踐
- 精通軟件性能測試與LoadRunner實戰(zhàn)(第2版)
- Elastic Stack應(yīng)用寶典
- C語言程序設(shè)計案例式教程
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- Mastering Apache Maven 3
- Swift細致入門與最佳實踐
- 從Java到Web程序設(shè)計教程
- WordPress 4.0 Site Blueprints(Second Edition)
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實戰(zhàn)
- Developing SSRS Reports for Dynamics AX
- 新印象:解構(gòu)UI界面設(shè)計
- iOS開發(fā)項目化入門教程
- Elasticsearch Blueprints