golang-clean-architecture icon indicating copy to clipboard operation
golang-clean-architecture copied to clipboard

implementation clean architecture with SOLID Principles

Results 1 golang-clean-architecture issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, DTOs are being used within the usecase layer, which couples data transfer with business logic. To improve modularity and maintain independence in our usecase layer, we should refactor as...