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
Describe the purpose of the properties, functions and classes up to the level of detail that you desire. Moreover, it’s the best place to highlight specific conditions, cases or requirements for your functions that have to be noted somewhere.
Highlight the input and output (parameters and return values) of your methods.
Remember without any hassle what each function is meant to do and what each property is for when you revisit a project months after its initial implementation.
Make it easy for other developers to understand how to use your code when you share it or make your own libraries.