P
Peter Morris
That's why you have a stack trace, and you do know at what line a solution
Logging is an additional idea for tracking the bug, you still shouldn't let
your app continue after unknown circumstances occurred.
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.
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.