Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Extract common methods to JS utility file #3

Open
neillrobson opened this issue Apr 2, 2019 · 0 comments
Open

Extract common methods to JS utility file #3

neillrobson opened this issue Apr 2, 2019 · 0 comments

Comments

@neillrobson
Copy link
Owner

Specifically, I'm thinking about the clone function found at the following location:

const clone = x => JSON.parse(JSON.stringify(x));

...but we will likely end up with more functions similar to this one that need refactoring to a common location.

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

No branches or pull requests

1 participant