- Make your code standard and performant by applying common Ruby idioms and best practices in https://github.com/JuanitoFatas/fast-ruby. You can install fasterer gem to check your code:
gem install fasterer
fasterer
- Rubocop Performance is another good document. We can consider enabling
Performance
in.rubocop.yml
as well.