-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
chore: backend domains #475
Conversation
… 217-zugnummer-schnittstelle
… 360-tour-api # Conflicts: # preload/src/main/kotlin/ch/sbb/das/preload/PreloadApplication.kt # preload/src/main/kotlin/ch/sbb/das/preload/infrastructure/repositories/TrainIdentifiersRepository.kt
… refactor-backend # Conflicts: # backend/src/main/kotlin/ch/sbb/backend/tours/application/TourDto.kt # backend/src/main/kotlin/ch/sbb/backend/tours/application/ToursController.kt # backend/src/main/kotlin/ch/sbb/backend/tours/application/TrainRunDto.kt
@@ -1,4 +1,4 @@ | |||
package ch.sbb.backend.domain.tenancy | |||
package ch.sbb.backend.logging.domain | |||
|
|||
import java.util.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sind * imports nicht mehr evil?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gibt halt Argumente dafür und dagegen. Habs momentan nicht challenged. Fändest du ausschreiben besser?
class ModularityTests { | ||
|
||
@Test | ||
fun verifiesModularStructure() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this tests nothing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doch, verify stellt sicher, dass die Modulithen keine Abhänigkeiten haben
No description provided.