Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
When you start learning OOP is really hard to understand the usefulness of it. That is until you development something using OPP. Then you can't go back.
-
I think that OOP still is overrated... It's still one of the best things we have of organizing code, but the underlying concepts often just dont work in reality
-
Well it clearly depends on when it's used and what language, I see no point in writing 15 lines of OOP code to replace a 3 line procedural code generally if I only need it for that single page at that single time and it's a so specific bug fix that I won't ever need it again in that project... But still people say that I have to OOP it and define that and that in that and that file using that and that name with a new instance of this and that and there...
-
Respectfully, a first year software student's opinion on almost anything is more or less irrelevant..
-
claesch768y@swantzer Agreed unless you're a student. In the real world use the right tool for the job. Unfortunately small exercises in class have a hard time communicating the benefits of oop, but the patterns should still be taught.
-
I didn't understand the usefulness of OOP until I got into my java class, and we started exploring linked lists. Then it made so much more sense.
Overhearing first year software dev students argue that object oriented programming is pointless and makes no sense...
You're gonna have a bad time...
undefined