this post was submitted on 13 Jul 2023
1031 points (98.5% liked)

Programmer Humor

32215 readers
15 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 17 points 1 year ago (3 children)

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

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

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

[–] 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

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

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