Hacker News new | ask | show | jobs
by woodruffw 3096 days ago
I've been writing Ruby for 4 years, and I had never heard of POODR before.

I've also never come across any particular dogma in the Ruby community -- there are established best practices for formatting code, but individual projects vary widely style and design decisions. Most Ruby codebases I've worked on come with a custom `.rubocop.yml`, and that's it.

1 comments

On that note, I'll just plug that http://relaxed.ruby.style is a great starting point for most folks' less...idiosyncratic...Rubocop rules than come with the default.
This is great, thanks!