cross-posted from: https://lemmy.ml/post/39334581

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 9 months ago

Design patterns? Data structures? Shit, just pass in a list or an assoc array, and maybe a function here and there

After trying to be relaxed about data structures in python, I can say that, IMO, this is more harmful than beneficial. Good types and structures lead to good code designs.

  • source
  • parent