Skip to content
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

Implicits in the companion objects #8

Open
programaker opened this issue Dec 10, 2021 · 0 comments
Open

Implicits in the companion objects #8

programaker opened this issue Dec 10, 2021 · 0 comments
Labels
refactoring Improve things without change behavior

Comments

@programaker
Copy link
Owner

The idea that putting "infrastructure" implicits in the domain types would break the layers and make the app core impure didn't hold very well.

In later projects, we saw that the concrete stuff never actually leaks into the domain and application. Maintaining is also easier because, when something changed, we didn't have to fix imports.

@programaker programaker added the refactoring Improve things without change behavior label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improve things without change behavior
Projects
None yet
Development

No branches or pull requests

1 participant