June 2024
Beginner
520 pages
12h 20m
English
This chapter covers
Well-designed applications incorporate proven design principles. Chapter 4 discussed the importance of loose coupling in class design. Two loosely coupled classes have minimal dependencies on each other, which helps ensure that changes in one class don’t cause changes in another class.

We can certainly be proud when other programmers admire and use the classes we wrote. But well-designed ...
Read now
Unlock full access