It’s Geek to Me

Vivisection

Since Vivisection appears to be a familiar with computer programming and comic strip history, I offer the following programming snippet.


private bool IsFunny
{
   get
   {
      bool funny = Misspell(global::NameSpace.Properties.Resources.MedSkoolName);
      if (!funny)
      {
         funny = BunnySuit.Add(mainCharacter);
         if (!funny)
            funny = CurseUnderBreath(professor);
      }
      
      return false;
   }
}

I realize this will raise a compiler warning, but think the Property is accurate.