120
lynova
5y

This gets me all the time.

Comments
  • 4
    It 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.
  • 3
    @p100sch Wanna see you throwing loose yoghurt inside your car
  • 1
    @trickory wait... I mean, I'm on your side for data structures, but do you normally throw yogurt loose into grocery bags?
  • 1
    @taigrr Thats the point since theyre usually inside their own containers. Like almost all groceries.
  • 3
    Without data structures, good luck writing code that handles more than a trickle of data.
  • 1
    I 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.
  • 0
    This makes me feel hungry.
  • 1
    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.
  • 0
    @Midnigh-shcode
    Dynamic means dynamic runtime errors.
Add Comment