Thoughtbot's Approach to Ruby

We've been writing Ruby for years on lots of different projects and in many different environments. This has led to thoughtbot's Ruby style to be somewhat different to the rest of the community's. In particular, we tend to focus on a sub-set of Ruby's features.

In this week's Weekly Iteration, Derek and Joël discuss some of those differences and the reasoning behind them.


This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/thoughtbots-approach-to-ruby
1 Like

Very interesting episode, thank you <3

Just one question: If you say that “methods are a lot more explicit than a DSL”, why do you prefer RSpec to MiniTest?

Loved the “Behind the scene” part too!