You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to visualize metrics for certain architecture elements.
Imagine we have annotated all use cases of our application with @usecase and all domain entities with @DomainEntity. Or all use case classes end with "...UseCase" and all domain entities end with "...DomainEntity". Or any of a number of other "rules" to identify certain architecture elements.
Coderadar could let the user specify those rules and the visualize a set of metrics on only these elements.
This way we can make a targeted analysis on architecturally relevant classes.
Example: it would be interesting to compare the modification frequency of just the use cases or just the domain entities.
The text was updated successfully, but these errors were encountered:
It would be great to visualize metrics for certain architecture elements.
Imagine we have annotated all use cases of our application with @usecase and all domain entities with @DomainEntity. Or all use case classes end with "...UseCase" and all domain entities end with "...DomainEntity". Or any of a number of other "rules" to identify certain architecture elements.
Coderadar could let the user specify those rules and the visualize a set of metrics on only these elements.
This way we can make a targeted analysis on architecturally relevant classes.
Example: it would be interesting to compare the modification frequency of just the use cases or just the domain entities.
The text was updated successfully, but these errors were encountered: