|
The conventions are very useful to convert the art of programming to Software Industry. Thanks to that convention, modifications are easier because you can export code from Uniface, search and replace objects and reimport the file with the modifications done. It also is useful to search occurrences within the repository. This is the aim of the following document: Nomenclature.
Naming conventions Example of usefulness: If you have several entities very similar to each other (with names XXXYYY and XXXZZZ):
Required time: 5minutes. Obviously, you can do that without this naming convention but with it, you have much more power to do those things. And all the developers of your project name the objects with the same criteria. |
|