Skip to content

fosgerau.net

Recent Posts

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

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-18

Posts navigation

Previous page Page 1 … Page 39 Page 40 Page 41 … Page 44 Next page