Consolidate team_plays and team_events into traits. #16

Open
opened 2025-04-23 19:40:07 -04:00 by Cutieguwu · 1 comment
Cutieguwu commented 2025-04-23 19:40:07 -04:00 (Migrated from github.com)

Currently, despite sharing a common task, team_plays and team_events are not working through traits, potentially making the code less clear.

Currently, despite sharing a common task, team_plays and team_events are not working through traits, potentially making the code less clear.
Cutieguwu commented 2025-04-23 19:44:23 -04:00 (Migrated from github.com)

This will also potentially eliminate concerns with the TeamEvents and TeamPlays structs being returned, when they share common traits for data manipulation instead.

This will also potentially eliminate concerns with the `TeamEvents` and `TeamPlays` structs being returned, when they share common traits for data manipulation instead.
This repo is archived. You cannot comment on issues.