KenKuhn / deep.sea

0 stars 0 forks source link

Probably worth renaming this variable to "player_count" #10

Closed blinks closed 4 years ago

blinks commented 4 years ago

https://github.com/KenKuhn/deep.sea/blob/819c1fb2e74a13276f9a87cb60fcf3ad2dc1018e/game.rb#L15

Ruby style guide recommends "snake_case" for symbols, methods, variables: https://github.com/rubocop-hq/ruby-style-guide#snake-case-symbols-methods-vars

KenKuhn commented 4 years ago

Updated