Re: What's finally keyword good for?
- From: "Peter Morris" <mrpmorrisNO@xxxxxxxxxxxxx>
- Date: Wed, 10 Dec 2008 09:18:34 -0000
That's why you have a stack trace, and you do know at what line a solution
blew on, which of course is being logged.
Logging is an additional idea for tracking the bug, you still shouldn't let your app continue after unknown circumstances occurred.
Well, what if the application is Web application and state is out of the
question, becuase state is lost on each round trip?
A session is state, so is a database. In fact, the data in the DB is the worst kind of state you can screw up.
--
Pete
====
http://mrpmorris.blogspot.com
http://www.capableobjects.com
.
- Follow-Ups:
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- References:
- What's finally keyword good for?
- From: K Viltersten
- RE: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Duniho
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- Re: What's finally keyword good for?
- From: Peter Morris
- Re: What's finally keyword good for?
- From: Ollis
- What's finally keyword good for?
- Prev by Date: Re: Problem with combobox,selectedvalue
- Next by Date: Trapping an email sent from a device
- Previous by thread: Re: What's finally keyword good for?
- Next by thread: Re: What's finally keyword good for?
- Index(es):
Relevant Pages
|