fcrespel / runtastic-export-converter

Command-line tool to convert Runtastic JSON export files to GPX/TCX
MIT License
1 stars 2 forks source link

Consider moving all static constants to a dedicated ExportConstants class or interface. #5

Open ImfeldC opened 4 years ago

ImfeldC commented 4 years ago

There is some code duplication with SportSessionParser, consider moving all static constants to a dedicated ExportConstants class or interface.

There is some code duplication with ExportConverter, consider moving all static constants to a dedicated ExportConstants class or interface.