All Questions
2 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()
...
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 ...