this post was submitted on 27 Mar 2025
475 points (95.1% liked)

Programmer Humor

22409 readers
2783 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 25 points 2 weeks ago (11 children)

Functional programmers still pretending side effects snd reals world applications don’t exist.

[–] [email protected] 58 points 2 weeks ago (10 children)

As a senior engineer writing Haskell professionally, this just isn't really true. We just push side effects to the boundaries of the system and do as much logic and computation in pure functions.

It's basically just about minimizing external touch points and making your code easier to test and reason about. Which, incidentally, is also good design in non-FP languages. FP programmers are just generally more principled about it.

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

I'd love to work on a codebase like that

load more comments (9 replies)
load more comments (9 replies)