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
Right now there are no JSDoc comments in the exposed API. This, along with better TypeScript type definitions, is key for DX as it speeds up workflows by making it so that developers don't have to go to the browser to have explanations about the functions and parameters they want to use/pass to those functions. IDEs are just going to show you the documentation on hover.
Also having more descriptive names for functions, parameters and generic parameters/types is a self documenting way of helping the developers have a lesser overhead when developing
The text was updated successfully, but these errors were encountered:
Right now there are no JSDoc comments in the exposed API. This, along with better TypeScript type definitions, is key for DX as it speeds up workflows by making it so that developers don't have to go to the browser to have explanations about the functions and parameters they want to use/pass to those functions. IDEs are just going to show you the documentation on hover.
Also having more descriptive names for functions, parameters and generic parameters/types is a self documenting way of helping the developers have a lesser overhead when developing
The text was updated successfully, but these errors were encountered: