CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Remove `AprsIsConstants` class #128

Open CBielstein opened 2 years ago

CBielstein commented 2 years ago

Description

Since the AprsIsConstants values are now only used in one place (the AprsSharp CLI command line flags setup), we should do away with the class of constants and just code them directly in to the CLI setup. This consolidates the logic to where it is actually used and avoids bloating code.

Acceptance Criteria