Closed tijlleenders closed 9 months ago
Resolves #445
Refactoring out this code in this way results in a function that is just a wrapper for a nearly identical function - which is confusing. It is more readable to adjust the inputs inline - then call the generic function once.
Resolves #445
Refactoring out this code in this way results in a function that is just a wrapper for a nearly identical function - which is confusing.
It is more readable to adjust the inputs inline - then call the generic function once.