upsert function and accompanying tests#2020
Conversation
|
Hi @eakray, Is there a reason you closed this PR? I was going to provide code review during today? |
Sorry, I mistakenly thought I might not get a response as the original issue is a bit old. Please disregard the closing. |
|
@eakray thanks for contributing! I'll do the review during the weekend. Meanwhile have a look at this model PR: https://github.com/char0n/ramda-adjunct/pull/1480/files Every new feature need to come with 5 files. See what other files you need to add. I'll help you to get everything ready during the lifetime of this PR. |
|
@eakray do you wish to continue with this PR? |
|
Yes. I’ve been busy recently but plan on pushing some changes this weekend. |
|
@eakray sure, no worries, take your time. |
Implemented function for polymorphic updating or inserting in one operation
Polymorphic over arrays, objects, and Maps.
Issues:
Please let me know if I can make any improvements to the PR. Thanks.