Architecture
Refactoring
Agile
Delivery
Microservices
Data
Testing
DSL
About
Books
FAQ
Videos
Content Index
Board Games
Photography
Insights
Careers
Radar
RSS
Mastodon
LinkedIn
X (Twitter)
BGG
Martin Fowler
9 Oct 1999
page 355
You're using delegation and are often writing many simple delegations for the entire interface.
Make the delegating class a subclass of the delegate.
inverse of Replace Inheritance with Delegation