Consolidate team_plays and team_events into traits. #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, despite sharing a common task, team_plays and team_events are not working through traits, potentially making the code less clear.
This will also potentially eliminate concerns with the
TeamEventsandTeamPlaysstructs being returned, when they share common traits for data manipulation instead.