perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Consistent capitalization of (exported) identifiers #38

Closed sebastianst closed 3 years ago

sebastianst commented 3 years ago

The SDK mixes Go conventions with JS/TS conventions (like Google's) for the naming of variables/classes/functions/....

E.g. many exported functions start with a capital letter like test.NewRandom....

sebastianst commented 3 years ago

Also add Random where it is missing (e.g. bigint.ts)