Content pfp
Content
@
0 reply
0 recast
2 reactions

christopher pfp
christopher
@christopher
not sure why currying doesn’t get as much love — it’s as easy as generators or memoization in practice
4 replies
0 recast
2 reactions

Rafi pfp
Rafi
@rafi
Currying without native language support is quite awkward Also unnecessary runtime overhead
1 reply
0 recast
2 reactions

Greg pfp
Greg
@greg
seems confusing
1 reply
0 recast
1 reaction

Forkh pfp
Forkh
@forkh.eth
Maybe because it doesn't add any value??? It just makes code harder to read.
1 reply
0 recast
1 reaction

Andrei O. pfp
Andrei O.
@andrei0x309
It's used in many libraries especially those that lean more towards functional. In React currying is used in router, Context API, Hooks, HOCs, and even rendering. I think a lot of people use it without knowing the concept. In my code, I could find a lot of currying here's an example from a Github service.
0 reply
1 recast
2 reactions