Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure and Reorganize #3

Open
dannorthern opened this issue Oct 28, 2024 · 0 comments
Open

Restructure and Reorganize #3

dannorthern opened this issue Oct 28, 2024 · 0 comments

Comments

@dannorthern
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant