Architecture
Refactoring
Agile
Delivery
Microservices
Data
Testing
DSL
About
Books
FAQ
Videos
Content Index
Board Games
Photography
Home
Insights
Careers
Radar
Engineering
RSS
Mastodon
LinkedIn
Bluesky
X
BGG
Martin Fowler
9 Oct 1999
page 341
Several clients use the same subset of a class's interface, or two classes have part of their interfaces in common.
Extract the subset into an interface.
inverse of Inline Class