Object-Oriented Programming is Bad (2016) [video]
m.youtube.com
Object-Oriented Programming is Bad (2016) [video]
1–10 of 133 posts
Re: Object-Oriented Programming is Bad (2016) [video]
#2Re: Object-Oriented Programming is Bad (2016) [video]
#3Re: Object-Oriented Programming is Bad (2016) [video]
#4Re: Object-Oriented Programming is Bad (2016) [video]
#5Re: Object-Oriented Programming is Bad (2016) [video]
#6s/bad/unfashionable
This premise of this video is flawed from the beginning and the whole thing is basically a gigantic straw man.
Re: Object-Oriented Programming is Bad (2016) [video]
#7Here's the medium post from the same author that goes with the video: https://medium.com/@brianwill/object-oriented-programming-a-...
Re: Object-Oriented Programming is Bad (2016) [video]
#8Re: Object-Oriented Programming is Bad (2016) [video]
#9Here's the medium post from the same author that goes with the video: https://medium.com/@brianwill/object-oriented-programming-a-...
No, OO does not make any demands like that. You are totally free to make objects and classes out of processes and algoithms, and that is a good tool to do the kind of cross cutting concerns the article talks about.
Re: Object-Oriented Programming is Bad (2016) [video]
#10It seems the author has not learned how to use OOP appropriately. His main argument can be summed up as “it’s hard to name things and hard to compose things” and that seems to apply to all programming.