- Software Architecture with Python
- Anand Balachandran Pillai
- 241字
- 2021-07-02 23:29:57
Summary
In this chapter, we looked at the architectural quality attribute of modifiability and its various aspects. We discussed readability in some detail, including the readability antipatterns along with a few coding antipatterns.
We looked at various techniques for improving readability of code and understood the different aspects of commenting of code such as function, class and module docstrings. We also looked at PEP-8, the official coding convention guideline for Python.
We then looked at some rules of thumb for code comments and went on to discuss the fundamentals of modifiability, namely, coupling and cohesion of code. We looked at different cases of coupling and cohesion with a few examples. We then went on to discuss the strategies of improving modifiability of code such as providing explicit interfaces or APIs, avoiding two-way dependencies, abstracting common services to helper modules, and using inheritance techniques. We looked at an example where we refactored a class hierarchy via inheritance to abstract away common code and to improve the modifiability of the system.
Toward the end, we listed the different tools, providing static code metrics in Python such as Pylint, Flake8, Pyflakes, and others. We learned about McCabe Cyclomatic complexity with the help of a few examples. We also learned what code smells are and performed a refactoring exercise to improve the quality of the piece of code in stages.
In the next chapter, we'll discuss another important quality attribute of software architecture, namely, testability.
- Python快樂編程:人工智能深度學習基礎
- Developing Mobile Web ArcGIS Applications
- Python自動化運維快速入門
- Dependency Injection in .NET Core 2.0
- Rust Cookbook
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- C語言程序設計案例式教程
- Getting Started with SQL Server 2012 Cube Development
- 深度強化學習算法與實踐:基于PyTorch的實現
- Python數據結構與算法(視頻教學版)
- Angular開發入門與實戰
- Java Web開發就該這樣學
- Machine Learning in Java
- Android驅動開發權威指南
- Moodle 3 Administration(Third Edition)