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
The code contains very few comments to document each functionality.
Code comments should be added on every file and public methods as well as in critical areas.
Also the size of some methods should be reduced by breaking the code down in more manageable private methods.
This would make the project easier to work on by external contributors and more maintainable in the future.
The text was updated successfully, but these errors were encountered:
I agree we definitely have to do a code refactoring in some places, document the code and also documentation about the purpose of this library and how can be used.
Thanks for the feedback, if you have any other ideas we can discuss them here on github or on our moonlet dedicated channels on cryptoland.tech discord server.
As a conclusion for this issue, we can consider the main topic the code comments :)
The code contains very few comments to document each functionality.
Code comments should be added on every file and public methods as well as in critical areas.
Also the size of some methods should be reduced by breaking the code down in more manageable private methods.
This would make the project easier to work on by external contributors and more maintainable in the future.
The text was updated successfully, but these errors were encountered: