Development is basically a process of creating a big amount of code artefacts such as Java™ class, JSP pages, XML files, and in the case of BTT, XML tags with an ID attribute. For maintainability reasons, it is very important that clear naming conventions are documented and followed throughout the development process. Which conventions are used is not so relevant as long as they are consistent and based on common sense.
In order to ensure that the conventions are followed, a process to verify the naming convention rules can be added to the code quality review toolbox used in the project.