• 0 Posts
  • 4 Comments
Joined 2Y ago
cake
Cake day: Jun 13, 2023

help-circle
rss

Is it? It’s just an optional property. And Typescript will tell you that it’s optional.


People love to complain about npm and node_modules, but I think they were on to something with the simplicity of it.


Return undefined.

Typescript.

Why error? Just return undefined. Simple, no try/catch needed.


I had to use Python for a bit at work and it was confusing

pipenv, venv, virtualenv, poetry…wtf is all this shit

a.b vs a['b'] vs a.get('b')…wtf is a KeyError