We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module names should reflect their location in the architecture.
For instance the application service Trento.SapSystems.HealthSummaryService should be Trento.Application.UseCases.SapSystems.HealthSummaryService.
Trento.SapSystems.HealthSummaryService
Trento.Application.UseCases.SapSystems.HealthSummaryService
It doesn't have to be prescriptive, yet clear and useful. Let's have a discussion about this.
For instance the dto located in lib/trento/application/usecases/sap_systems/dto/health_summary_dto.ex
lib/trento/application/usecases/sap_systems/dto/health_summary_dto.ex
could be Trento.Application.UseCases.SapSystems.Dto.HealthSummary or Trento.Application.UseCases.SapSystems.Dto.HealthSummaryDto 👎
Trento.Application.UseCases.SapSystems.Dto.HealthSummary
Trento.Application.UseCases.SapSystems.Dto.HealthSummaryDto
or simply Trento.Application.UseCases.SapSystems.HealthSummaryDto
Trento.Application.UseCases.SapSystems.HealthSummaryDto
which is also acceptable.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module names should reflect their location in the architecture.
For instance the application service
Trento.SapSystems.HealthSummaryService
should beTrento.Application.UseCases.SapSystems.HealthSummaryService
.It doesn't have to be prescriptive, yet clear and useful.
Let's have a discussion about this.
For instance the dto located in
lib/trento/application/usecases/sap_systems/dto/health_summary_dto.ex
could be
Trento.Application.UseCases.SapSystems.Dto.HealthSummary
orTrento.Application.UseCases.SapSystems.Dto.HealthSummaryDto
👎or simply
Trento.Application.UseCases.SapSystems.HealthSummaryDto
which is also acceptable.
The text was updated successfully, but these errors were encountered: