Swartdogs / PowerScout

Scouting App for FRC Power Up
Apache License 2.0
1 stars 0 forks source link

Break up Definitions File #68

Closed pr1sm closed 6 years ago

pr1sm commented 6 years ago

The Definitions.swift file contains various helpful definitions of models used throughout the project. However, the file is now very long and some of these models are not used and can be removed.

Instead, we should break up the file into individual files like the Definitions Folder so we can now see all the definitions created without having to search through a large file.