SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
123 stars 254 forks source link

addSinglePlayerKeys small refactoring #96

Closed miguendes closed 7 years ago

miguendes commented 8 years ago

I noticed that addSinglePlayerKeys method was too long and it could be refactored by extracting repeated portions of code into a helper method.

avandeursen commented 7 years ago

Thanks! This is better indeed.