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

Restructure to match more common ruby conventions #280

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

rwstauner
Copy link
Contributor

  • Move classes to their own files
  • Name file paths with underscores
  • Frozen string literal comments
  • Consistently indent with 2 spaces

This makes it easier to identify what class you are editing and its relationship to other classes.

- Move classes to their own files
- Name file paths with underscores
- Frozen string literal comments
- Consistently indent with 2 spaces
Copy link
Contributor

@maximecb maximecb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

snake_case_best_case

@maximecb maximecb merged commit 87deefb into main Jun 26, 2024
1 check passed
@maximecb maximecb deleted the rwstauner/restructure branch June 26, 2024 15:55
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.

None yet

2 participants