как перестать беспокоиться и начать жить
Dec. 23rd, 2009 12:17 aminternal protected bool ShouldIWorryAbout(It)
{
if (!It.IsMyProblem)
return false;
if (!It.HappenedAlready)
return false;
if (IAlreadyDidAllICanUnderCircumstances)
return false;
if (It.WorstCaseScenarioOutcome == NotTooBad)
return false;
return true;
}