You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: