Re: Goto inside a call statement?
- From: "James Giles" <jamesgiles@xxxxxxxxxxxxxxxx>
- Date: Tue, 04 Mar 2008 00:53:29 GMT
glen herrmannsfeldt wrote:
James Giles wrote:
One of the reasons I don't like the exception handling features of
most other languages is that they don't even mention the possibility
of error locally. That is, if A calls B which then calls C, and an
exception occurs in C there will be no indication in the source
code of B that C's return will be to some handler in A.
Look at Java. [...]
Indeed. Readers of this thread might benefit from reading:
http://java.sun.com/docs/books/tutorial/essential/exceptions/advantages.html
--
J. Giles
"I conclude that there are two ways of constructing a software
design: One way is to make it so simple that there are obviously
no deficiencies and the other way is to make it so complicated
that there are no obvious deficiencies." -- C. A. R. Hoare
.
- References:
- Re: Goto inside a call statement?
- From: Sebastian Hanigk
- Re: Goto inside a call statement?
- From: Paul van Delst
- Re: Goto inside a call statement?
- From: James Giles
- Re: Goto inside a call statement?
- From: glen herrmannsfeldt
- Re: Goto inside a call statement?
- Prev by Date: Re: Goto inside a call statement?
- Next by Date: Re: compiling- module - newbie question
- Previous by thread: Re: Goto inside a call statement?
- Next by thread: Re: Goto inside a call statement?
- Index(es):
Relevant Pages
|
|