[axonframework] Naming conventions - best practises

Hi Viggo,

in general DDD naming rules apply. That means you should call it the way the business calls it. You’ll the. Get class names like ‘UserAccount’, ‘Product’ and ‘DiscountRule’. The fact that something is an aggregate root doesn’t have to (read: shouldn’t) reflect in the name.

Hope this helps.
Cheers,

Allard