Another use for naming conventions is to tag obsolete objects. If an obsolete object cannot be deleted (because it is referenced in some way), the object can be renamed so that its obsolete status is communicated. One possibility is to rename it so that it begins with ZZ_OBS_ and then appends as much of its original name as possible.
This naming scheme groups all obsolete objects at the end of an object list. You can easily find them and the name clearly indicates to the users to remove them from their code and subsets. This in turn makes it easier to eventually delete the objects and reduce the size of the model.
|
Copyright © 2013 CA.
All rights reserved.
|
|