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

refactor: make file and module names consistent in preparation for introducing zeitwerk #661

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bethesque
Copy link
Member

Very boring PR. Just nod and smile.

Zeitwork is a gem which will auto load classes without having to have explicit "require" statements in every file. It's used by a few of our dependencies already, and I think it's worth introducing, as we occasionally have production errors due to missing require statements.

To do the auto loading, the names of the classes and the files must match according to a particular convention, and this PR tidies up a lot of unconventional file or class names.

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

Successfully merging this pull request may close these issues.

1 participant