dmorrill10 / acpc_poker_gui_client

Rails application that allows humans to play poker matches managed by the Annual Computer Poker Competition's Dealer program in a web GUI.
56 stars 37 forks source link

Rename `PlayerActionsController#update_state` and `PlayerActionsController#update` #50

Closed dmorrill10 closed 9 years ago

dmorrill10 commented 11 years ago

The update_state and update actions are very poorly named. Next refactoring, rename them to reflect their intent better:

Be sure to also rename the associated JS functions.

dmorrill10 commented 9 years ago

Subsumed by app restructuring milestone and related tasks.