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.
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.