this post was submitted on 17 Sep 2024
396 points (97.6% liked)
Programmer Humor
19601 readers
727 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's still crazy to me that Django doesn't have type hints.
Kubernetes as well...
I hate kubernetes so much
One more reason to add to my hate list for kubernetes
Flask does - maybe a reason to switch? Lol
I have been meaning to try it
The django-stubs package is decent though
They've explained why
Will you share the source?
Hi, i believe this is where https://groups.google.com/g/django-developers/c/C_Phs05kL1Q
I disagree with them, but I'm also not the one that would be spending days adding support, so fair enough.
That thread is from like 4 years ago, types in Python have come a long way since then. Maybe they'd reconsider if the community brought it back up