dfinity / motoko-base

The Motoko base library
Apache License 2.0
484 stars 99 forks source link

Finish minimal documentation for all modules #107

Open matthewhammer opened 4 years ago

matthewhammer commented 4 years ago

Finish writing at least one line of description for each method in the module or class below:

cc @crusso @kritzcreek @rossberg

kritzcreek commented 4 years ago

HashMap done in #121

crusso commented 4 years ago

@matthewhammer Any progress here? Would help out but have other fires to put out...

matthewhammer commented 4 years ago

@crusso I have time today for this. I'll get to it all this week. Sorry for the delays.

matthewhammer commented 4 years ago

(Finally) made a PR for this.

I started with TrieMap https://github.com/dfinity/motoko-base/pull/128 to get used to the workflow and it seems very nice. I have one question, which I put there in the PR.

Seems easy enough to finish the rest ~today~ this week.

matthewhammer commented 4 years ago

Update: PRs are open for each module in the list, but many need a review.