se_scc.c
* GLOBAL VARIABLE (Label): SE_SCC_BUILDING
* SEDRIS Classification Code: AL015
* A relatively permanent structure, roofed and usually walled and
* designed for some particular use. (See also AL100.)
* Source: DIGEST Edition 2.0
const SE_SCC_ID SE_SCC_BUILDING={{'A','L','0','1','5'}};
- Document your code, make it obvious
- Use declared constants instead of strings
- Header/body provides declarations and documentation
- Use them!