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

Do we want to use lodash? #385

Open
meisekimiu opened this issue Apr 12, 2024 · 0 comments
Open

Do we want to use lodash? #385

meisekimiu opened this issue Apr 12, 2024 · 0 comments

Comments

@meisekimiu
Copy link
Member

Lodash used to be a quite useful library, but advancements in JavaScript's standard library features have made it less and less useful. I would argue that it makes some code hard to understand (for example, do you know what this function does to an array of ShareVOs just by reading it? I wasn't able to without reading through some Lodash documentation.) since it relies on knowing how to use Lodash. Do we want to eventually get rid of it and replace it with more modern and native solutions?

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