Create a separate github organization for the repo?
Hi,
I really like this repo. I can see it being immensely useful when working on PR reviews in my company. Instead of explaining something I can simply link to a section in this repo.
Similarly to eg ruby-style-guide what do you think about creating a standalone github organization for this repo? The full link to this repo would be something like: https://github.com/clean-code-ruby/clean-code-ruby. I think this would be really nice and give this repo a nice, "official touch".
That's a great idea. We can consolidate under clean-code org since there are clean-code-xxx guides for other languages (most notably JavaScript and PHP). It's worth discussing with other maintainers to see if they're on board with this idea.
what about integrating this repo in https://github.com/rubocop-hq/ruby-style-guide? :thinking: It is the community Ruby style guide and the one used by Rubocop. I think the content in this repo is really nice and at leas many of it (for example https://github.com/uohzxela/clean-code-ruby#use-default-arguments-instead-of-short-circuiting-or-conditionals) would perfectly make sense there.
It sounds like a good idea on paper to integrate this repo with ruby-style-guide but their differences are subtle yet significant. clean-code-ruby strives to illustrate clean coding practices via Ruby examples. Most of the concepts here can be applied to other programming languages. However, ruby-style-guide focuses more on Ruby-specific concepts instead.