Hacker News new | ask | show | jobs
by tpmoney 357 days ago
I think the closest I’ve encountered is the Objective C frameworks Apple used to use. Customizing the behaviors of default library components was almost exclusively done with delegates and protocol implementation rather than subclassing.