Slide 32
Slide 32 text
Finding New Rules
• When we are writing a review comment, we always think if we
can write a Querly rule for that
• When we are deprecating an API: octokit()
• We can ship new API without completely replacing old one
• When hidden requirements are uncovered:
validates(:symbol:, ..., uniqueness: _, ...)
• Better than asking your teammates to read all of the docs