this post was submitted on 06 Dec 2023
191 points (94.8% liked)
Programmer Humor
32371 readers
425 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There are levels to it. As things get more complex the problems get infinitely more strange. As you learn a particular technology the strange things you encounter are often because of a misunderstanding about that technology or the way it works.
Once you hit professional level software engineering (think distributed systems), things are strange in large part because the system you're working on has hundreds of thousands of man hours poured into it, and is often very complex with 10 different technologies backing it to do various things.
The more strange things you encounter though the more you're learning!