Skip to content

fosgerau.net

Recent Posts

  • Science now have proved beyond any shadow of doubt that…
  • One plus one equals forty-two (or more)
  • Airplane mode

Archives

Code proverb

public bool IsRome(int days)
{
    if (days <= 1)
    {
       // Don't you know that?
       throw new NotImplementedException();
    }
    
    return true;
}
Posted on 2015-04-172015-04-18Author michael

Post navigation

Previous Previous post: Acronyms can be tricky
Next Next post: Higher projector resolution required