jkc140 / matchMakingSchedule

This program is going to create a schedule for a softball team
1 stars 2 forks source link

Match and Team Class #24

Closed jkc140 closed 4 years ago

jkc140 commented 4 years ago

Are separate classes really needed for them?? I mean all the class contains is variables and no functions. As well as there being no sub classes. The only one that I can see working out would be team because teach team is different and you would want to store all information for that team together

jkc140 commented 4 years ago

match could just be an array, same thing with teams

jkc140 commented 4 years ago

matches will not be a class as it is easier to store it in an array team will be a class as there is more information there