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:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HStone32 5 points 3 weeks ago (10 children)

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.

[–] [email protected] 8 points 3 weeks ago (3 children)

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.

[–] HStone32 4 points 3 weeks ago

If choice is our metric here, why not C? That way, you have the choice to use your own implementation of OOP

load more comments (2 replies)
load more comments (8 replies)