karaoke-dev/karaoke

Add new project for able to check the architecture is valid.

Closed this issue · 0 comments

Maybe create new project with https://github.com/TNG/ArchUnitNET to check if the main project / test project's architecture not goes to weird place.
E.g.:

  • Check the class name is start with xxx.
  • Namespace should follow the role.
  • Should not use the class inside the target of namespace.

.....