Design Patterns: Elements of Reusable Object Oriented Software Flashcards
1
Q
What is the one way Grady Booch says he measures the quality of an object-oriented system?
A
By judging whether or not the developers have paid careful attention to the common collaborations among its objects.
It’s about messages between objects. All well-structured object-oriented architectures are full of patterns of collaborations.