this post was submitted on 27 Mar 2025
33 points (100.0% liked)

Out of the loop

12878 readers
1 users here now

A community that helps people stay up to date with things going on.

founded 2 years ago
MODERATORS
 

I've seen a couple posts in the top in the last 6 hours feed, and it seems like people are really up in arms about this functional programming stuff. Not really sure what it even is.

It looks like it's people writing bad programming or something? Like a lot of extra stuff that is not necessary?

EDIT: sorry everyone, I'm not a programmer and I don't know to much other than a little java and python. I guess I should have posted this in Explain Like I'm Five.

you are viewing a single comment's thread
view the rest of the comments
[–] c10l@lemmy.world 32 points 2 months ago (1 children)

As others mentioned, it’s a programming paradigm. It and discussions around it have zero implications outside of programming.

People can write great applications using it or using any other paradigm. Same is true for terrible applications.

Some people love it, some people hate it, most are somewhere in between and think it has their merits and tradeoffs, and that it can be used where it makes sense, but shouldn’t where it doesn’t.

Heated discussions are very common in tech circles over things that have zero practical implications outside our own little world, and this is one of them. 😄

[–] surewhynotlem@lemmy.world 12 points 2 months ago

I get what you're saying, but if your application doesn't have 14 layers of inheritance, it's barely an application.

#Java4Life