On Monday 11 June 2007 11:54:25 pm Jonathon -- Improov wrote:
> With Minilang, you don't. Just do some pre-checks of incoming data (for
> CRUD operations). Often, checking incoming data in a consolidated "pre"
> section can be neater than throwing it all into a "try" block.

You can certainly write pre-check intensive code without try/catch blocks in 
most any language. The point with exceptions is that some things can't be 
checked in advance (ie. IOException).

> I think most/all CRUD operations are straightforward, and don't require
> complex try-catch blocks.

That is an optimistic outlook. :-)

-- 
Ean Schuessler, CTO
[EMAIL PROTECTED]
214-720-0700 x 315
Brainfood, Inc.
http://www.brainfood.com

Reply via email to