-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove direct includes of files #52
Comments
Should we leave a comment just to have a reference of which class was included there to use it later with namespaces? |
No, comments are useless for that.
|
Well now that I think it better, a better approach would be to document it in the wiki, what do you think @alexgt9 ? |
I think that there is no need to do that. The class names will be the anyway
|
Commit here 70cd5ad 😄 I left include and inculde_once in the following files
|
All Sifo code should be cleaned of "require", "require_once", "include", or "include_once".
Some examples (list uncomplete)
The text was updated successfully, but these errors were encountered: