Rule in calculating chances is that everything that CAN happen WILL
happen as soon as you let your users work with your program. Things that
can occur in < 1% of the time will happen, and therefore need to be secured.
Working with exceptions doesn't solve all problems that can occur. I'd
say check which method to use on what situation and take a good look at
batch executions to determine what would happen if something went wrong.
|