jwebber92 / golf-score

Android app for keeping a golf score
0 stars 0 forks source link

Separation of responsibilities #21

Open jwebber92 opened 5 years ago

jwebber92 commented 5 years ago

Want to separate out scorecardtable so that 9 holes renders it once, 18 holes twice. Requires some careful state management to ensure that score totals still work

There will be more single responsibility violations...