this post was submitted on 30 May 2024
391 points (94.5% liked)

Programmer Humor

31340 readers
1392 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Asudox@lemmy.world 30 points 1 month ago (11 children)

OOP is nice. Why do people hate it?

[–] Blemgo@lemmy.world 42 points 1 month ago (3 children)

I think the main problem is that people try to shoehorn OOP mechanics into everything, leading to code that is hard to understand. Not to mention that this is basically encouraged by companies as well, to look "futuristic". A great example of this approach going horribly wrong is FizzBuzz Enterprise Edition.

OOP can be great to abstract complex concepts into a more human readable format, especially when it comes to states. But overall it should be used rarely, as it creates a giant code overhead, and only as far as actually needed.

[–] RandomException@sopuli.xyz 6 points 1 month ago

Oh no, the FizzBuzz EE has evolved since I've last viewed it! 😱 Is it bad if it actually reminds me of my current work project's backend (that I haven't written) a bit?

[–] IsoSpandy@lemm.ee 5 points 1 month ago

Man thanks for sharing the fizz buzz link.

[–] seth@lemmy.world 4 points 1 month ago

I got as far as seeing they chose Java and opening the constants file, and immediately executed a strategic withdrawal. I love that people went to this level of detail

load more comments (7 replies)