Ticket #11 (accepted task)
Document classes and methods
| Reported by: | ibboard | Owned by: | ibboard |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | WarFoundry-API | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Public methods should be documented so that people know what they do. Documentation should need to be minimal on classes as the method name should be descriptive and small enough to work out what it does, but contracts can sometimes still be best described in documentation.
Change History
comment:2 Changed 3 years ago by ibboard
- Summary changed from Document methods to Document classes and methods
comment:3 Changed 3 years ago by ibboard
(In r20) Re #11 - Documentation
- Document Stats and SystemStats at class level to explain the difference
- Document WarFoundryXmlFactory at class level
Re #13 - XPath for XML loading
- Load categories using XPath - needs fixing so we can do a proper "categories/cat" query
Re #10 - Refactoring for readability
- Fix method signature for getting number from attribute added in r19
- Refactor more code in to GetExtraData method
- Separate out loading of categories for GameSystem
Note: See
TracTickets for help on using
tickets.
WarFoundry - Development