ntshvicky / CollegeManagementSystem

College Management System using Core Java, Swing and Mysql (Java Desktop GUI application)
13 stars 0 forks source link

Implementable Design patterns #1

Open francisdayl opened 3 years ago

francisdayl commented 3 years ago

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 commented 3 years ago

thanks @francisdayl ..