this post was submitted on 11 May 2025
383 points (98.7% liked)

LinkedinLunatics

4456 readers
245 users here now

A place to post ridiculous posts from linkedIn.com

(Full transparency.. a mod for this sub happens to work there.. but that doesn't influence his moderation or laughter at a lot of posts.)

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] JackbyDev@programming.dev 8 points 6 hours ago (1 children)

Yeah, the hype has died a little now, but over the past decade or so there was definitely a surge. Functional paradigms are definitely useful, but like a lot of things you can take it too far. I think one of my favorite criticisms was that the real world is mutable and has state so most programming languages will have to have that everywhere.

You can get a lot of the good from functional programming in non functional languages just by using immutable data types and pure functions.

[โ€“] ZILtoid1991@lemmy.world 3 points 5 hours ago

I often doing that, I just think dogmatic software development is not good.