if foo object has a string attribute called something. Which option do you prefer, and why? #ruby #rubyonrails #question
@eayurt I prefer typically prefer if. Unless is best placed when you check a not condition. i.e. `unless condition` is way better than `if !condition`