Naming Convention

A system needs to find and address different objects efficiently and accurately while remaining easy to understand, develop and keep up.

You need a scheme that allows you to uniquely reference each object in a way that is both machine and human readable. The scheme describes each object within the business domain the system supports.
Continue reading