This repository was archived by the owner on Sep 13, 2019. It is now read-only.
This repository was archived by the owner on Sep 13, 2019. It is now read-only.
Split Documentation by Object Structure #33
Open
Description
Docs for data structures, for instance, include all member methods and properties on the same page.
For readability purposes, each member method/property should be on its own page, just like on MDN. Hyperlinks should be intuitive and partially match what you would expect when accessing one of the objects using dot notation.
Perhaps something like this:
LinkedList.prototype.ListElement
-> differentia.io/?p=linkedlist-prototype-listelement