BotDogs4645 / SY2023-CORE-A

Robot programming for CORE A
Other
1 stars 1 forks source link

Decent cleanup of bdlib #11

Closed GoldenStack closed 1 year ago

GoldenStack commented 1 year ago

Uses records & new switch statements, removes redundant code, switches to parent interfaces for some fields (e.g. HashMap -> Map, ArrayList -> List), and a bit more. Changes are mostly restricted to bdlib, with changes made to the actual robot code only when necessary.