Hacker News new | ask | show | jobs
by intelijstupide 1436 days ago
> fragile base class problem

I do wonder whether this is as much of a problem as people think. Most of the time it only becomes a problem when people start doing stupid things to override the parent instead of refactoring a new class out from under it.