Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove clone implementation of Ramda #14

Open
2 tasks
alacret opened this issue Jul 4, 2020 · 0 comments
Open
2 tasks

Remove clone implementation of Ramda #14

alacret opened this issue Jul 4, 2020 · 0 comments

Comments

@alacret
Copy link
Contributor

alacret commented Jul 4, 2020

A goal of the library is to be a zero dependency, lightweight and fast.

We want to remove Ramda dependency for a clone of the values returned by an Event or Store, considering that an event can't return just a reference of it's internal state for 2 reasons:

  • Can't reveal a variable that is been used internally
  • Is a potential source of bugs.

Options:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant