this post was submitted on 02 Oct 2025
71 points (93.8% liked)

Programming

23053 readers
145 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ultimate_worrier@lemmy.dbzer0.com -1 points 1 week ago* (last edited 1 week ago)

Dynamic type systems are meant for beginner/toy languages. Hacks that don't care about understanding their own code tend to use Python. Their code is often riddled with bugs that they are none-the-wiser about.

If you write your code in Python, you might as well admit that you don't care to understand what your code is actually doing.