Functional programming libraries #12
Closed
brandonjpierce
started this conversation in
General
Replies: 1 comment
-
From the "built or bought", the problem with pretty much all FP libs that I have looked at fall into a couple of different groups. They are either horribly coded from new standards + performance stand point. The other, they are horrible from a flexibility or a standards point of view. Also, one of the beautiful things about them is that they only have to be done once. Assuming you stick to the laws that dictate them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since we use FP for a lot of things I wanted to make sure we assess libraries that exist already that may fit our needs vs. writing everything from scratch. While I don't doubt we could do that, it doesn't really make as much sense to me to take on that much maintenance burden. Very similar to why we would not recreate something like turfjs from scratch.
Beta Was this translation helpful? Give feedback.
All reactions