-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor: Remove core dependency #10
Conversation
a87ff01
to
837a43f
Compare
9e34ff1
to
66dee23
Compare
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.
I did a quick review, I have not finished, will tomorrow morning.
I agree with fighting responsability spreading
in general, here the idea was to keep our core-ios
with the least dependencies possible.
If there exists a need to decouple more auth and core, we can probably abstract some more if we have the time. I would argue this is orthogonal of having login as a dependency of core.
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.
All good here 👍
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Some code was brought back from core to prevent interlocking dependencies and responsability spreading.
This is a breaking change, core analog PR is here Infomaniak/ios-core#92