cryptolandtech / moonlet-core

Moonlet Wallet - Core Package
MIT License
13 stars 8 forks source link

Missing code comments #22

Open cosmin-harangus opened 5 years ago

cosmin-harangus commented 5 years ago

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.

krisboit commented 5 years ago

@cosmin-harangus thanks for stopping by :)

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 :)