DEV Community

Discussion on: Refactoring checklist for beautiful Ruby code

Collapse
 
junko911 profile image
Junko T.

Thank you for your comment, Dharshan! Could you point which code snippets you are referring to?

Collapse
 
dharshann profile image
Dharshan Bharathuru

Junko Tahara. Most of the code snippets you mentioned are mentioned in ruby style guides(github.com/rubocop-hq/ruby-style-g...). And rubocop gem automatically points out these code smells and have the option to auto correct it safely(github.com/rubocop-hq/rubocop).