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

Programmer Humor

22113 readers
866 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] 28 points 4 days ago (10 children)

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

[–] [email protected] 58 points 4 days ago (9 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 4 days ago

I'd love to work on a codebase like that

load more comments (8 replies)
load more comments (8 replies)