4
netikras
342d

Good Lord!

FP looks nice, feels right, scratches the itch when written well, but supporting, debugging and fixing/extending it is a fucking hell!

Well, it's either FP or TS/Node.

Comments
  • 2
    When you have a lot of abstractions, the wrong abstraction for a given subproblem is much harder to notice.
  • 2
    How's your GO adventure? Like it?
  • 3
    @retoor it ended that afternoon 😁 I needed to mod one of the prometheus exporters. After that - ... I'll come back to GO some time later. I hope :)
  • 0
    Avoid long chains of function calls and debugging shouldn’t be a problem.
    Use constants with proper names for intermediate expression results.
    Maintenance and extension will be easy.
Add Comment