Age | Commit message (Collapse) | Author | Files | Lines |
|
These were referring to the type and not the instance, which makes
using the incorrect nomenclature confusing.
|
|
|
|
Document inherited methods. Document the return values. Note which
arguments are optional. Reorder methods by their position in the stack.
|
|
This makes the structure easier to comprehend, and easier to read,
otherwise it's difficutl to search for specific methods or functions
and know immediately to what module they belong. It also makes for
more structured POD.
|