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
Combine overloaded methods using optional parameters
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