Open bazz1tv opened 8 years ago
Some work on this is visible here #97, the Game class for word_game is starting to look pretty good. More refactors will need to take place to make the rest of it's functionality/ API more clear, eg @game.status => :started | :stopped
and maybe stuff like #stop
, #guess_count
, has_one:winner
, has_many:participants
. Something to think about as you plan for sending this towards rails. BTW Rails 5 RC1 is out and I apparently didn't notice till now! Four open issues on it that pretty much don't matter!!!!! I'm probably going to shift gears towards React.js and mobile in the meantime though so might be dark on gh/ irc a while :(
Want to build an extensive testing framework based on (leaning towards RSpec).
Try to put a halt on any other advancements unless they are strictly TDD-style.