CBielstein / APRSsharp

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

Swap overload methods for optional parameters #72

Closed CBielstein closed 3 years ago

CBielstein commented 3 years ago

Description

The codebase now has a few places where methods are overloaded when optional parameters could be used instead. This adds to the call stack and bloats code. This PR removes a few unnecessary overloads to aim for reducing code bloat.

This resolves #66.

Changes

Validation