Open Maikon opened 7 years ago
https://github.com/eatoncns/ttt_web/blob/4bf2021e42af77944b690043832e035a51cbb8ab/lib/game_mode.rb#L6-L7
Hey Phil 👋
How come you couldn't use the initial constants and had to reassign them here?
Initially it was just for readability but it also means tests are tied to concept rather than specific type if these the class used changed later.
https://github.com/eatoncns/ttt_web/blob/4bf2021e42af77944b690043832e035a51cbb8ab/lib/game_mode.rb#L6-L7
Hey Phil 👋
How come you couldn't use the initial constants and had to reassign them here?