Skip to main content

All Questions

4 votes
4 answers
477 views

Why are functional-style chained map operations considered hard to read?

In the comments to an answer of another question, I proposed the following Java code as a better way of writing a more procedural-style variant of the same operation: employeeService.getEmployee() ...
Jules's user avatar
  • 17.9k
16 votes
5 answers
8k views

Functional programming readability [closed]

I'm curious about this because I recall before learning any functional languages, I thought them all horribly, awfully, terribly unreadable. Now that I know Haskell and f#, I find it takes a little ...
Jimmy Hoffa's user avatar
  • 16.2k