Get link Facebook X Pinterest Email Other Apps - August 17, 2014 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." Get link Facebook X Pinterest Email Other Apps Comments ido gendelAugust 17, 2014 at 1:02 PMThere is no try ... except :-)ReplyDeleteRepliesReplyLars FosdalAugust 17, 2014 at 3:37 PM:hellYour Assignment: Exceptional :)goto hellActually: 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.ReplyDeleteRepliesReplymezenAugust 20, 2014 at 4:44 AMI find your lack of free disturbingReplyDeleteRepliesReplyLars FosdalAugust 20, 2014 at 7:26 AMARC Mafia Coding:try Body := Murder;finally Body.DisposeOf;end;ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
There is no try ... except :-)
ReplyDelete:hell
ReplyDeleteYour 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.
I find your lack of free disturbing
ReplyDeleteARC Mafia Coding:
ReplyDeletetry
Body := Murder;
finally
Body.DisposeOf;
end;