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

Refactor: Modularization #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

julienherrero
Copy link

@julienherrero julienherrero commented Jul 28, 2020

Goal: Modularize this sample to separate layers and enforce its responsibilities.

RainbowCakeDemoModules (2)

Impacts: Not even so big, it just create some build.gradle files (maybe we can optimize some dependencies declaration by the way) and update imports in each modules.
Note: app module is just here to allow dagger to do its work into all modules.

This branch can also be not merged in master but duplicated in guardian-demo to present this modularized alternative.

Do not hesitate to discuss this PR with me !

(see #5)

we follow here the existing packages structure, may be we can also split:
- data module to have data, local & remote modules
- ui module to have ui & presentation modules
to improve SOLID principle
@julienherrero julienherrero changed the title FEAT: Modularization Refactor: Modularization Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant