When developing a software solution to a problem, it is vital that all variable names or identifiers are carefully documented. This ensures that all members of the development team are aware of the identifiers that have been used, their data types, storage size, display size and format, scope of usage and various other details. A data dictionary is a repository where this information is held. Data dictionary functions are available with most software development CASE tools. If the data dictionary is an integral part of the development environment then confusion due to duplicate identifiers can be eliminated. This is also covered in 12 IPT Information Systems and Databases Example Data Dictionary layout - from the HSC SDD Course Specifications Document
|
12 SDD > Stem 3.0 Software Development Cycle > 3.1 Defining and understanding the problem > 3.1.4 System Documentation >
