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

Out of the loop

12301 readers
2 users here now

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

founded 2 years ago
MODERATORS
29
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

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
[–] [email protected] 30 points 2 weeks 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. 😄

[–] [email protected] 10 points 2 weeks ago

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

#Java4Life