Documentation unclear about whether icepick adds methods to `Object.prototype`
Closed this issue · 3 comments
In the docs, it says seamless-immutable is the most similar to icepick. Its main difference is that it adds more methods to the prototypes of objects
, but I was under the impression that icepick didn't add any methods to the prototypes of objects. If that's the case, we should delete the 'more' from above to make that clear.
Sure, I was thinking "more" in the context of "in addition to the existing methods" when I wrote that. Feel free to submit a PR if you want. :)
Didn't mean to sound persnickety, but adding/modifying built-in methods was a game-changer for me (and I presume many others as well) and I think the fact that this library doesn't do that is a major strength, so I wanted to make sure that was emphasized! Thanks!
Thanks! I'm glad you pointed out this point of confusion.