this post was submitted on 13 Jul 2023
1060 points (98.4% liked)

Programmer Humor

32060 readers
2271 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 year ago (3 children)

Not sure, OOP should come before data structures and algorithms...

[–] [email protected] 11 points 1 year ago

It does. But the meme is showing the newbie skip over everything and go straight to ML

[–] [email protected] 4 points 1 year ago (1 children)

yeah, it should be the other way around, else OOP becomes too abstract to really understand

[–] [email protected] 4 points 1 year ago

inheriting those data structure concepts early on can really help with learning some aspects of OOP later

[–] [email protected] 3 points 1 year ago

IMHO, OOP is just dubious style points, but efficient data structures are far more useful.