Post #2101371
2026-05-06 18:10 UTC
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
Replies (1)
-
@Melusine@tarte.nuage-libre.fr 2026-05-06 18:59
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)