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

Consider adding a rule for file naming #82

Open
jdforrester opened this issue Aug 1, 2022 · 0 comments
Open

Consider adding a rule for file naming #82

jdforrester opened this issue Aug 1, 2022 · 0 comments

Comments

@jdforrester
Copy link
Member

Our phpcs sibling has some strict rules around file naming (most notably, that files have only one class in them, and that the class name matches the file name exactly).

Do we want to do something similar? In general we seem to expect Title Case naming for files, though there's a mix of styles for how related test files are named (FooBarTest.js vs. FooBar.test.js vs. TestFooBar.js).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant