this post was submitted on 13 Jul 2023
1053 points (99.8% liked)

Programmer Humor

32162 readers
509 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
[–] Knusper@feddit.de 21 points 1 year ago (3 children)

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

[–] dirtbiker509@lemm.ee 12 points 1 year ago

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

[–] nothacking@discuss.tchncs.de 5 points 1 year ago

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

[–] demonsword@lemmy.world 4 points 1 year ago (1 children)

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

[–] BloodSlut@lemmy.world 4 points 1 year ago

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