ucsb-cs56-projects / cs56-games-beetle

-
0 stars 4 forks source link

Refactor mainFrame() method on GuiBased.java #54

Open omerco1 opened 6 years ago

omerco1 commented 6 years ago

mainFrame() method in the GuiBased.java file has many lines of code and does many different tasks. Should better follow the Single Responsibility Principle and delegate the tasks more effectively.

250

lanthony159 commented 6 years ago

F17 Ok (250 pts)