CS410-2017Jan / Cards-Against-Humanity

0 stars 0 forks source link

Extract Methods from RoomWebService.parseRoom() #108

Closed sonaleeshah closed 7 years ago

sonaleeshah commented 7 years ago

Goal: Have a getDeck and getPlayer methods that return deck and player objects respectively.

Tasks: In RoomWebService parseRoom method we should Extract the code for getting/creating deck and player objects into GetDeck and GetPlayer as separate methods so that they can be called in RoomFacade and other locations if necessary.