SalineSingularityFRC / FRC2016

FRC-2016
0 stars 0 forks source link

Rewrite properties code #97

Closed wolfm closed 4 years ago

wolfm commented 8 years ago
wolfm commented 8 years ago

instead of using an array or dictionary, I tried to use the Properties class itself. This may or ma not work, however, as most of the methods of the Properties class ask for Hashable Objects, not necessarily Strings, so I don't know what will happen until I test.

wolfm commented 8 years ago

Possibly add a SingularityPropertiesError or PropertiesError for when a property isn't found in the file or in the defaults and the program ends up returning null