Closed DaniBodor closed 4 months ago
I have one remarks. I don't think this should be called a hotfix. Hotfixes are for issues breaking functionality.
You're right. There was no issue for it yet, so I named the branch hotfix in lieu of a issue number, and then didnt change it for the PR. I did point it at develop on purpose. I now called it a refactor, which I'm not sure is technically fully correct either, as it changes functionality slightly. But I think this is close enough.
The function used by
derive
does not always require additional arguments, so it would be nice to make thefunc_args
argument optional. See e.g. here