1027
True
(i.postimg.cc)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Not sure, OOP should come before data structures and algorithms...
It does. But the meme is showing the newbie skip over everything and go straight to ML
yeah, it should be the other way around, else OOP becomes too abstract to really understand
inheriting those data structure concepts early on can really help with learning some aspects of OOP later
IMHO, OOP is just dubious style points, but efficient data structures are far more useful.