DEV Community

Discussion on: Find The Number

Collapse
 
anbrandt profile image
Andrzej Brandt

nice one. however, I would strongly recommend checking the styling guide for Ruby - github.com/rubocop-hq/ruby-style-g.... In the code example, you are using uppercase letters in naming variables - a practice that is foreign in Ruby.

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

oh yes I know, I had just made the code with capital letters to better find me. 😁