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

Implementable Design patterns #1

Open
francisdayl opened this issue Jan 5, 2021 · 1 comment
Open

Implementable Design patterns #1

francisdayl opened this issue Jan 5, 2021 · 1 comment

Comments

@francisdayl
Copy link

Hi, in your project you can implement these following desing patterns: Facade and Builder
The reason for Facade is that you can simplify your login class further you can implement another kinds of logins in the future.
The reason for Builder is that the classes that manipulates the share some methods and you can improve your code by using this pattern and add another classes with his DB implementation easily.

image
image

@ntshvicky
Copy link
Owner

thanks @francisdayl ..

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

No branches or pull requests

2 participants