-
Notifications
You must be signed in to change notification settings - Fork 447
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
Move public functions #213
Conversation
semicolon mistakes
rename function and class from Functions to Utils to prevent overlap in non case sensitive file systems
rename function and class from Functions to Utils to prevent overlap in non case sensitive file systems
I like the idea but Utils and static isn't good. Make it |
Yeah I don't understand the move to static functions, that does not seem to be an improvement, why do that? It also changes the API for anyone already using simpleDispatcher and cachedDispatcher as functions. Why force everyone to go and change that call? |
I honestly see no benefit in doing this. Closing as won't fix. |
move from functions files to Utils abstract class and point old functions file for backward compatibility