Skip to content

Chunk Ruby guides by theme#765

Merged
MatheusRich merged 1 commit into
mainfrom
chunk-ruby-guides
Aug 15, 2025
Merged

Chunk Ruby guides by theme#765
MatheusRich merged 1 commit into
mainfrom
chunk-ruby-guides

Conversation

@MatheusRich
Copy link
Copy Markdown
Contributor

I tried to extract some themes out of the Ruby guides and chunked a few chunks:

  • Stuff I didn't touch
  • method definitions/signature
  • variables/params

Comment thread ruby/README.md
- Prefer `reduce` over `inject`. [#237]
- Prefer `&:method_name` to `{ |item| item.method_name }` for simple method
calls. [#183]
- Use `_` for unused block parameters. [0d819844]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I deleted this one, as it's the same as the one below it

I tried to extract some themes out of the Ruby guides and chunked a few chunks:

- Stuff I didn't touch
- method definitions/signature
- variables/params
Copy link
Copy Markdown
Contributor

@rdnewmanbot rdnewmanbot left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Copy Markdown
Contributor

@vburzynski vburzynski left a comment

Choose a reason for hiding this comment

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

Looks like a good initial sort 👍

To me it seemed like the three sections are roughly...

  1. general guidelines
  2. guidelines on defining and naming methods
  3. guidelines on naming variables

@MatheusRich
Copy link
Copy Markdown
Contributor Author

@vburzynski that's exactly what I aimed for. I considered adding headings too, but that can be a separate step, maybe.

@MatheusRich MatheusRich merged commit 4dac788 into main Aug 15, 2025
2 checks passed
@MatheusRich MatheusRich deleted the chunk-ruby-guides branch August 15, 2025 15:16
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.

3 participants