goby-lang/goby-lang.github.io

Builtin Types docs

st0012 opened this issue · 2 comments

Currently we don't have enough people and time to maintain normal API documents.

So what we should do now is to group some of the types into one page. And only briefly introduce the types and put a link to their source code files (which have API document comments). For example:

  • String and Integer
  • Boolean and Null
  • Array and Concurrent Array
  • Hash and Concurrent Hash
  • ...etc.

I think adding a glossary would also help people.