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
Consolidating and simplifying function overloads makes functions easier to understand (in most cases) and reduces the documentation required for a given function (JSDocs are needed for each overload). This issue aims to track the moving of functions across the codebase to be made simpler.
For a working example of how this is done, see #3818. Potential targets:
Consolidating and simplifying function overloads makes functions easier to understand (in most cases) and reduces the documentation required for a given function (JSDocs are needed for each overload). This issue aims to track the moving of functions across the codebase to be made simpler.
For a working example of how this is done, see #3818. Potential targets:
deepMerge()
std/assert
Related #3764
The text was updated successfully, but these errors were encountered: