1 min readJul 25, 2019
Hi! Thanks for taking the time to comment. Regarding your question, currying still works actually. What if you had a currying function that added 3 different matrices? If your matrix was an object (x, y, z, w) each curried function takes that object and you get the same benefits I mentioned in the article.
Partially applying functions is where you’ll hit a roadblock if you strictly use object destructing. So nice catch!