Programming doesn't fit well into Star Wars philosophy "Do. Or do not. There is no try."  It is more like Groundhog day or like O'Neill would say "If at first you don't succeed, try, try, try, try, try, try again."

Comments

  1. :hell
    Your Assignment: Exceptional :)
    goto hell

    Actually: Exceptions are complex to handle.
    What if your exception handling fails?

    I use try finally, more than I do try/except - except when failure truly is an option.  Then it becomes a question of when to fail or give up.

    ReplyDelete
  2. I find your lack of free disturbing

    ReplyDelete
  3. ARC Mafia Coding:
    try
      Body := Murder;
    finally
      Body.DisposeOf;
    end;

    ReplyDelete

Post a Comment