ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Maintainability (28)
  5. Entity should have a maximum of N attributes

Entity should have a maximum of N attributes

Checks if entity has too many attributes
Code size is an important indicator for code complexity and hence maintainability. Too many attributes indicate it is difficult in the future to make changes to the architecture for this entity
Add an integer value that constrains the max amount of attributes per entity.