-
Notifications
You must be signed in to change notification settings - Fork 67
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
autoloadをなくしていく #659
Comments
一時期僕が気の迷いで autoload をバンバン入れていったんですが、autoload は悪い文明ということがわかったんで賛成です。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
autoloadでrequireされると、どこでエラーになるのかさっぱりわからなくなるので、これはなくしていきたい。自分が使うクラスは自分で明示的にrequireせよ、という方針で。
The text was updated successfully, but these errors were encountered: