ucsb-cs56-projects / cs56-games-hangman

-
2 stars 10 forks source link

Factor out Options menu code. #79

Closed brjohnson61 closed 6 years ago

brjohnson61 commented 6 years ago

In its current state, the Options Button is handled in HangmanGUI and the logic for creating the options GUI and the features it enables are also implemented in HangmanGUI.java. This is poor programming style, and makes HangmanGUI.java a confusing mess. This issue would work towards refactoring HangmanGUI as a whole by creating a new class called "OptionsMenu.java", or other descriptive name. Similar point amounts would be given for other menu items to be fixed in this way.

YunSuk commented 6 years ago

F17 OK. 200 points

brianslee commented 6 years ago

W18 Ok 200 Points

brianslee commented 6 years ago

Fixed. W18 Closed