this post was submitted on 18 Jul 2023
746 points (93.2% liked)
Programmer Humor
41225 readers
15 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Compiled languages at least say "hey don't do this" and fail or warn you with "this is a bad idea".
But hey I still use python, but also pylint to help me avoid mistakes, I just disable the style part for my own sanity.