YuKitsune / OneSim

OneSim is basically a Swiss Army knife for Flight Simulator enthusiasts.
1 stars 0 forks source link

Refactor Sector File Parsers #62

Open YuKitsune opened 4 years ago

YuKitsune commented 4 years ago

We currently have 3 separate file parsers. SectorFileParser, PositionFileParser, and EuroScopeExtensionFileParser. These are all separate from each other, yet have very similar logic.

Should look into making BaseFileParser and BaseParseResult classes so we can reduce the amount of code to maintain. Also gives us the opportunity to clean up how the parsing actually works.

YuKitsune commented 4 years ago

Once done, the AeronauticalDataController will also need to be refactored.