Antipatterns: inheritance
When NOT to use inheritance
Articles about this topic that are language neutral (just OOP)
- See “how to misuse inheritance”: https://www.thoughtworks.com/insights/blog/composition-vs-inheritance-how-choose
- http://gameprogrammingpatterns.com/subclass-sandbox.html
Swift:
Related topics:
- Antipatterns: —Things to avoid in your code
- Antipatterns: inheritance—When NOT to use inheritance