Enforce Ubiquitous Language

Motivation

Whenever the code uses bad names, obscure technical names, strange abbreviations, or names that do not reflect your current understanding of the domain—change them accordingly. This is part of DDD’s philosophy of “Refactoring Towards Deeper Insight.”

Mechanics

Example(s)