84
you are viewing a single comment's thread
view the rest of the comments
[-] abhibeckert@lemmy.world 51 points 5 months ago* (last edited 5 months ago)

I fundamentally disagree with the idea that these are competing strategies.

Just like walking doesn't really compete, like at all, with flying in an aircraft, Functional and Object Oriented Programming are at their best when you use whichever approach makes sense for a given situation and in any reasonably complex software that means your code should be full of both.

OOP is really good at the high level structure of your software as well as efficiently storing data. FP is really good at business logic and algorithms.

Also, I take issue with the claim that OOP is all about "objects". It's also about classes. In fact I'd argue classes are more important than objects.

[-] bungle_in_the_jungle@lemmy.world 22 points 5 months ago

The older I get, the more "it depends".

[-] Gallardo994@sh.itjust.works 6 points 5 months ago

This. Nothing is a silver bullet.

[-] Grtz78@feddit.de 4 points 5 months ago

Not even silver bullets.

load more comments (6 replies)
this post was submitted on 17 Jan 2024
84 points (91.2% liked)

Programming

16210 readers
183 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS