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

Change modules from inline to nested and add lint rule to enforce use of nested modules. #725

Open
kasugaijin opened this issue May 17, 2024 · 0 comments
Labels
on hold Further investigation/decision-making is required

Comments

@kasugaijin
Copy link
Collaborator

We currently use inline modules, but as things get scoped deeper, this becomse less than desirable. There are also other benefits to using nested modules: https://rubyweekly.com/link/155227/d5e73c1de1

Linter https://github.com/standardrb/standard?tab=readme-ov-file#extending-standard
Cop https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/ClassAndModuleChildren

This is not an MVP task. It can be done later.

@kasugaijin kasugaijin added the on hold Further investigation/decision-making is required label May 17, 2024
@kasugaijin kasugaijin reopened this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold Further investigation/decision-making is required
Projects
None yet
Development

No branches or pull requests

1 participant