/
Document Values with Special Meanings [DI30]

Document Values with Special Meanings [DI30]

Tip DI30

Sometimes a variable may need to take some “special” values that would differ from the variable’s normal meaning. If possible, prefer using coding constructs to separate out such special cases in the code itself. But if a variable absolutely must take on values with special meanings, make sure to document that.

Examples:

Related content