CS169-Raxa / raxa-visualizations

1 stars 2 forks source link

Drugs alert when the time remaining is less than 1 week. #134

Closed erictzeng closed 11 years ago

danwang commented 11 years ago

http://en.wikipedia.org/wiki/Logical_or

danwang commented 11 years ago

In general, things like

if A
  true
elsif B
  true
else
  false
end

Can (and should) be turned into return A or B