EProgrammerNotFound exception in Delphi?

前端 未结 8 1903
耶瑟儿~
耶瑟儿~ 2020-12-12 21:41

In Delphi 2009, SysUtils.pas contains this in line 425:

EProgrammerNotFound = class(Exception);
  • Is this simply an easter egg or somet
8条回答
  •  春和景丽
    2020-12-12 22:08

    It is just the result of a long day and we had gotten a little giddy. For many, many years (ever since I'd been on the team), we'd always joked about replacing some error message in the compiler for one of the most common errors with a similar message. Internally we've always joked and poked fun at different things and people (mostly on the team itself). If you don't have a sense of humor, you're destined to an early grave.

    It was a simple conversation;

    "Oh, you should have raised the EProgrammerNotFound exception in that function."
    "LOL! We should add that exception and see who notices."
    "I wonder how much speculation there will be about why it is there?"

    So, I guess all I can say is, "You've all played right into our hands ;-)... Buwahahaha! pwned!"

提交回复
热议问题