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
-
p100sch15005yIt is not of importance because I just put everything in my car from the shopping cart. Data structures are not that necessary if you have a simple enough Programm. As soon as you get complex stuff, like 1 mm small electronic components, bags become mandatory.
-
taigrr8795y@trickory wait... I mean, I'm on your side for data structures, but do you normally throw yogurt loose into grocery bags?
-
trickory6745y@taigrr Thats the point since theyre usually inside their own containers. Like almost all groceries.
-
Without data structures, good luck writing code that handles more than a trickle of data.
-
sysvinit8585yI have seen a guy who did SELECT * FROM TABLE and did for loop and other queries inside the loop.
Not saying very important (actually depends on how good you want to be), but if at least understanding basic DS and time complexity, there will not be “but it works” code. -
i tend to say "there's NOTHING BUT data structures".
programming is about transforming data from one type/structure to a different one. you do this transformation by writing data structures (functions, objects...) that describe how this transformation is done.
---this opinion is also why I dislike dynamically-typed languages on a fundamental, principal level.
This gets me all the time.
joke/meme