cosmos / ledger-cosmos-obsolete

Ledger Nano S support for Tendermint/Cosmos
Apache License 2.0
42 stars 29 forks source link

Better comments and documentation #54

Closed brejski closed 5 years ago

brejski commented 6 years ago

Add comments. Every public APIs should have comment describing function purpose, its arguments and return values. Add documentation. Every major component: view, parser, signing, goclient should come with a paragraph explaining the high level architecture.

jleni commented 6 years ago

Some definitions:

The following PR aligns the code to those guidelines https://github.com/cosmos/ledger-cosmos/pull/75