Open PanoramicPanda opened 6 years ago
While documentation for CORE would be nice, i don't necessarily think we should use RDocs for it. I'd personally prefer to have a good suite of unit tests and then from that generate docs using a tool like relish.
The problem with manually written documenters like RDoc is that they frequently fall out of spec with the things that they describe. (there's NOTHING worse than a magic comment that says it does something completely different than what the code under it actually does.) At least if you generate your docs from unit and integration tests then you get a notification when this happens.
Create RDoc documentation for CORE Methods such as world, elements, pages, ledger, and logger.