-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Remove redundant functions from libraries #2868
Copy link
Copy link
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Description
Methods in the libraries are mostly implemented as wrappers for standalone functions. This wasn't really an intentional design decision, but just an easy way to start using methods. We should keep the methods and get rid of the functions. Methods are more convenient for multiple reasons.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Type
Fields
Give feedbackNo fields configured for issues without a type.