Re: Exception Handling...
From: Rob Kennedy (me3_at_privacy.net)
Date: 06/29/04
- Next message: Dr John Stockton: "Re: Howto compare fileage with now?"
- Previous message: Rob Kennedy: "Re: Exception Handling..."
- In reply to:(deleted message) nobody_at_noplace.not: "Re: Exception Handling..."
- Next in thread: nobody_at_noplace.not: "Re: Exception Handling..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jun 2004 12:40:03 -0500
nobody@noplace.not wrote:
> Interesting... In my mind's eye I saw it kind of like this..
>
> Try
> Doing_This;
> Except
> That_Its_all_messed_up;
> Finally
> Take_the_Back_way_out;
Perhaps all this confusion about what try-finally-except and
try-except-finally would mean is an indication that it's better that we
don't have them. When you're forced to have try-finally and try-except
as separate constructs, then there isn't an confusion about which runs
first or about when each runs. The level of nesting determines the whole
thing at once.
-- Rob
- Next message: Dr John Stockton: "Re: Howto compare fileage with now?"
- Previous message: Rob Kennedy: "Re: Exception Handling..."
- In reply to:(deleted message) nobody_at_noplace.not: "Re: Exception Handling..."
- Next in thread: nobody_at_noplace.not: "Re: Exception Handling..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]