You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: