- Modular Programming with PHP 7
- Branko Ajzele
- 130字
- 2021-07-14 10:06:01
Summary
When it comes to modular development, extensibility is something to constantly think about. Writing a code that locks itself in will likely result in a future failure to integrate it with other projects or libraries. While SOLID design principles might look like an overreach for some of the parts, actively applying these principles is likely to result in components that are easy to maintain and extend over time.
Embracing the SOLID principles for class design prepares our code for future changes. It does so by localizing and minimizing these changes within our classes, so any integration using it does not feel the significant impact of the change.
Moving forward, in the next chapter, we will look into defining our application specification which we will build across all other chapters.
- Practical Data Analysis Cookbook
- Vue.js 3.x快速入門
- Java 開發從入門到精通(第2版)
- 軟件項目管理(第2版)
- 小程序實戰視頻課:微信小程序開發全案精講
- C/C++算法從菜鳥到達人
- Python神經網絡項目實戰
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Kivy Cookbook
- ASP.NET求職寶典
- Data Science Algorithms in a Week
- Clojure Polymorphism
- Practical Maya Programming with Python
- Python面試通關寶典