merimmurtic / bh-fantasy

0 stars 0 forks source link

Implement setTeamStats method which should replace getGoalsScore, getGoalsConceded, getWon, getDraw and getLose methods. Skeleton for method is inside StandingController. Main point of this task is to reuse existing code. As you can see all mentioned methods contains similar code and only one or two lines inside are different. When you notice similar situation, always try to avoid repeating same lines of code. #11

Open nirm3l opened 5 years ago

nirm3l commented 5 years ago

@merimmurtic , analyse implementation I made and close after doing it!