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
{{ message }}
This repository was archived by the owner on Apr 6, 2020. It is now read-only.
Code readability.
As the code base grows, we need to make sure its properly documented so as to make it easy for users to understand what the code does, args needs, what it returns and why
Solution
Make sure all methods are properly commented, to make documentation easy.
Additional context
We might need to have a CI which performs this check, not sure. Open to ideas
Code readability.
As the code base grows, we need to make sure its properly documented so as to make it easy for users to understand what the code does, args needs, what it returns and why
Solution
Make sure all methods are properly commented, to make documentation easy.
Additional context
We might need to have a CI which performs this check, not sure. Open to ideas