Skip to content

fosgerau.net

Recent Posts

  • Artificial Statistical Truths
  • Is AI getting …
  • Mainframes and microservices

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