Documenting Specific Kinds of Data
Some variables hold data with special considerations that may be worth documenting. Consult the following tips:
- Documenting Constants [DI27] [WHAT]
- Make Meanings of Booleans Clear [DI28] [WHAT]
- Document the Meanings of “Unpopulated” Values [DI29] [WHAT]
- Document Values with Special Meanings [DI30] [WHAT] [WHY] [HOW]
- Document Ranges of Numeric Values [DI31] [WHAT] [WHY] [HOW]
- Document Units of Numeric Data [DI32] [WHAT]
- Document Data Formats That Cannot Be Concisely Captured in Names [DI33] [WHAT] [HOW]
- Document Specifics of Filesystem Paths [DI34] [WHAT]
- Document Time Zones for Dates/Times [DI35] [WHAT]
- Document Bit-Level Details For Packed Data [DI36] [WHAT] [HOW]