this post was submitted on 16 Jan 2025
254 points (95.7% liked)
Programmer Humor
32710 readers
1285 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
It would be extremely annoying to be forced to write all my code functionally.
But I find it even more annoying to be forced to write all my code object oriented. Looking at you, python and java.
C++. Do whatever the hell you want, it doesn't care. Mix paradigms all day long.
People complain about its complexity and the fact that it has everything including the kitchen sink, but that is exactly why I love it. It gives you choice.
If choice is our metric here, why not C? That way, you have the choice to use your own implementation of OOP