Artifact: 11-05 Software unit
– Follows established coding standards (as appropriate to the language and application):
– – commented
– – structured or optimized
– – meaningful naming conventions
– – parameter information identified
– – error codes defined
– – error messages descriptive and meaningful
– – formatting - indented, levels
– Follows data definition standards (as appropriate to the language and application):
– – variables defined
– – data types defined
– – classes and inheritance structures defined
– – objects defined
– Entity relationships defined
– Database layouts are defined
– File structures and blocking are defined
– Data structures are defined
– Algorithms are defined
– Functional interfaces defined
Relationships