tijlleenders / ZinZen-scheduler

The calendar engine for the ZinZen web app.
https://github.com/tijlleenders/ZinZen
GNU Affero General Public License v3.0
10 stars 4 forks source link

undo duplicating function #446

Closed tijlleenders closed 9 months ago

tijlleenders commented 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.