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
Our documentation is lacking examples for the following features already documented in the language-manual.adoc.
This is a check-list to keep track of what's missing.
checking of all examples (in progress)
consistent formatting of all examples using fences of the form
[source, motoko]
----
or
....
....
option/result/try-catch error handling (Christoph working on it)
separate section on upgrades, stable variables and system methods (pre/postuprade).
simple example requiring just stable variables: StableCounter.mo
advanced example (requiring system methods): StableRegistry.mo
I have a request: can the documentation avoid the overuse of pattern matching and use the form shared(msg) for binding message contexts? I believe that is clearer and avoids the confusion around the use of braces for this, which many seem to conclude are part of the shared syntax, not a pattern.
I have a request: can the documentation avoid the overuse of pattern matching and use the form shared(msg) for binding message contexts? I believe that is clearer and avoids the confusion around the use of braces for this, which many seem to conclude are part of the shared syntax, not a pattern.
Our documentation is lacking examples for the following features already documented in the language-manual.adoc.
This is a check-list to keep track of what's missing.
simple example requiring just stable variables: StableCounter.mo
advanced example (requiring system methods): StableRegistry.mo
The text was updated successfully, but these errors were encountered: