Object-Oriented Programming is Bad
youtube.com
Object-Oriented Programming is Bad
1–6 of 6 posts
Re: Object-Oriented Programming is Bad
#2title should be rewritten OOP is good. with some small changes - prefer stateless instead of stateful - prefer aggregation of objects over inheritance - prefer functional first
I guess no would see the video if he had a reasonable title that made sense.
Re: Object-Oriented Programming is Bad
#3Re: Object-Oriented Programming is Bad
#4so which procedural language should we be using? still waiting to here a recommendation? best recommendation he offers is a combination of object-oriented and functional ?! title should be rewritten OOP is good. with some small changes - prefer stateless instead of stateful - prefer aggregation of objects over inheritance - prefer functional first I guess no would see the video if he had a reasonable title that made…
Re: Object-Oriented Programming is Bad
#5Just use the good parts of OOP and forget about inheritance brah.