Me writing factorio mods.
I hate non typed languages. It should be the compiler / linter's job to check I don't read a number as an array. Not my stupid brain
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Me writing factorio mods.
I hate non typed languages. It should be the compiler / linter's job to check I don't read a number as an array. Not my stupid brain
My main pain point with python at work. I lpke to write shitty scripts with it, but django was a mistake (the ORM opens then close connection to db with each request)
just run mypy dude
Until something is Any or Unknown and everything stops working
and that's why you don't let those types in
You can set a connection pool. Or use a database proxy.
EDIT: Oh, you are using Django for shell scripts?

😂 First thing I thought of when I saw this