-
Notifications
You must be signed in to change notification settings - Fork 6
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
include/functions.php #23
Comments
none :) The preference is to consolidate functions into class files, so we can avoid polluting globals. See: https://github.com/jupeter/clean-code-php#dont-write-to-global-functions |
hi. this is not what I mean: at the moment there are some functions in include/functions.php, where I do not know, whether we need them or not. In the creation file they are still hard coded, and if they are not needed any more I will remove them, and not "translation" to current methods |
e.g. wgtransifex_block_addCatSelect, wgtransifexGetMyItemIds and so on - do we need them? |
Are you talking about the functions.php in ModuleBuilder, or functions.php that are in the created module? |
the one which are created in the module ;) |
is there a common standard, which functions should be really in include/functions.php?
The text was updated successfully, but these errors were encountered: