Hacker News new | ask | show | jobs
by anchpop 2506 days ago
Right, I find pointfree style to be much more readable than pointful, I expect the GP would too if they became used to it
2 comments

The problem is you can’t bring that change about in a corporate setting by just doing things your own way and hoping your coworkers catch up. I think that’s more what GGP was having issue with.
IME, this isn't consistent. If you can write it as `f . g . h` then point-free will probably be clearest. If you need to use each argument in a few places, I find going all the way to point-free is usually much less clear than some intermediate points or even the fully pointful version.