ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1K
active users

I continue to just not *get* Rubocop, StandardRB, etc.

Rubocop enforces many rules, often badly-considered rules, and adds new rules frequently.

But I get the impression that other people are genuinely bothered by reading code with a variety of quoting styles? Like, there are enough styles out there, and I read enough different code, that to me that's just a sunk cost.

Maybe other people rarely read outside their 'home' codebase?

@codefolio in general, I am very anti-Rubocop. I also don’t find value in enforcing consistency in a codebase.

I do make an exception for performance, gotcha, and security cops. Those are helpful!

@codefolio “try your best to follow the existing style, use your best judgment” — that’s my motto.

@codefolio and if you *are* going to enforce style, it had better happen automatically on save!

@justinweiss @codefolio This is my view on it, too. I want the robots to take care of tiny details I overlooked, but I only want them to get in the way to stop me from doing a big bad that’s subtle and easily missed in human code review.

Noah Gibbs

@jamie @justinweiss Yeah. You could imagine a tool for that, but Rubocop isn't it.