From: sto.mar@... Date: 2017-11-19T22:31:34+00:00 Subject: [ruby-core:83828] [Ruby trunk Feature#14112] Follow style conventions for Ruby code Issue #14112 has been updated by stomar (Marcus Stollsteimer). I'm only aware of a very brief style guide by the now abandoned Ruby Documentation Project, see http://documenting-ruby.org/documentation-guidelines.html. It doesn't cover Ruby code at all, though, only a bit of RDoc and some general points. ---------------------------------------- Feature #14112: Follow style conventions for Ruby code https://bugs.ruby-lang.org/issues/14112#change-67860 * Author: ana06 (Ana Maria Martinez Gomez) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- The Ruby code in the documentation and in the tests is currently not following any style rules, which leads to long style discussions in PRs as well as making the code more complicate to read and understand. I would really like that Ruby documentation follows [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) or equivalently [Rubocop rules](https://github.com/bbatsov/rubocop) as they are driven by the Ruby community and it would be consistent and helpful when developing that Ruby documentation follows it as well. This way we wouldn't need to discuss anything about style in PRs. And when copying code from the documentation you don't have to modify it afterwards. -- https://bugs.ruby-lang.org/ Unsubscribe: