-
Notifications
You must be signed in to change notification settings - Fork 0
Restructure and Reorganize #3
Copy link
Copy link
Open
Description
Some items that should be components are actually in Utility. Need to put clear rules in place on where functions should reside.
Another, possibly better, option would be to rework the method to simply be Utility::function(); Currently there are two separate methods, Utility::functionOne(); & Component::functionTwo;
A major benefit here would be not needing to remember if a function is a utility or a component, as well as not having multiple "Use" calls in files that have both a utility and a function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels