abell95 / galaga_invaders

A retro remix of Galaga and Space Invaders
1 stars 0 forks source link

"player_bullet.rb" needs to be renamed to "missile.rb" #14

Closed bmchristensen closed 5 years ago

bmchristensen commented 5 years ago

"bullet" is not in the domain language for this project. Func spec uses "missile." Additionally, this is overly specific. With this convention we would need alien_bullet.rb as well, which seems redundant and not adherent to DRY.