Why OO is bad
- http://harmful.cat-v.org/software/OO_programming/why_oo_sucks 
- https://medium.com/better-programming/object-oriented-programming-the-trillion-dollar-disaster-92a4b666c7c7 
- https://thenewstack.io/why-are-so-many-developers-hating-on-object-oriented-programming/ 
- https://www.youtube.com/watch?v=QM1iUe6IofM&feature=emb_title 
- zed shaw https://www.youtube.com/watch?v=_CEBG_s92P8 
- https://www.leaseweb.com/labs/2015/08/object-oriented-programming-is-exceptionally-bad/ 
- http://www.smashcompany.com/technology/object-oriented-programming-is-an-expensive-disaster-which-must-end 
- The "promise" at the time was that you could model the real world better through objects. In programming that might have been the hope or the hype at the time but - the reality is that most object-oriented coding does not really reflect reality but patterns and abstractions. 
 
- The difficulty in being able to prove OO programs, compared to functional paradigm - Due to mutable state 
 
Inheritance
- https://medium.com/@cscalfani/goodbye-object-oriented-programming-a59cda4c0e53 
Last updated
Was this helpful?