ucsb-cs56-projects / cs56-games-dealer

-
0 stars 8 forks source link

Refactoring code to apply design pattern like MVC #56

Open seemantasaha opened 6 years ago

seemantasaha commented 6 years ago

The project code structure should be changed applying MVC pattern so that game data model, logic and user interface get separated. I am not imposing to apply MVC pattern rather research about it which pattern would be better to apply consider issue #51

seemantasaha commented 6 years ago

W18 OK. 300 points.

ernestosandoval commented 6 years ago

We will research MVC and other game design patterns. We will decide which one is most appropriate for the dealer class. Then we will refactor our code by applying the design pattern.