-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
discussion 🗣️Requires human inputRequires human inputrefactoring 🔧Internal code changes, typically no impact on APIInternal code changes, typically no impact on API
Description
Currently we use many methods for the support function of the lazy Intersection
. An alternative is to have only one method that then chooses the algorithm and only then dispatches using helper functions. This would unify the handling of keyword arguments in one place.
But it is not clear whether this is ultimately better, so we should first collect the possible arguments and decide based on that.
Metadata
Metadata
Assignees
Labels
discussion 🗣️Requires human inputRequires human inputrefactoring 🔧Internal code changes, typically no impact on APIInternal code changes, typically no impact on API