- 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.
推薦閱讀
- Getting Started with ResearchKit
- Power Up Your PowToon Studio Project
- STM32F0實(shí)戰(zhàn):基于HAL庫開發(fā)
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 零基礎(chǔ)學(xué)C語言程序設(shè)計(jì)
- Building Serverless Web Applications
- SwiftUI極簡開發(fā)
- C語言程序設(shè)計(jì)實(shí)踐
- Secret Recipes of the Python Ninja
- Mastering Leap Motion
- C語言程序設(shè)計(jì)教程
- Java RESTful Web Service實(shí)戰(zhàn)
- Jakarta EE Cookbook
- Practical Time Series Analysis