Hacker News new | ask | show | jobs
by MilnerRoute 3415 days ago
I didn't know abut "Yoda conditions," and thought it was going to be those "reversed" if statements that were so startling when I'd started coding in Perl.

      $days = 28  if $month eq "February";