Re: [PHP] [PHP5] Using exceptions to write more perfect software, but ...

2004-02-09 Thread Adam Bregenzer
On Mon, 2004-02-09 at 15:58, Markus Fischer wrote: > But doing this now for every internal function call I don't want to > lead my program into an unwanted state isn't very appealing. > I'm seeking for a "more perfect" programming model for application > demanding that uncontrolled factors are lim

[PHP] [PHP5] Using exceptions to write more perfect software, but ...

2004-02-09 Thread Markus Fischer
Hi, I've been playing around quite some while with the new exceptions in PHP5 and must say that this new feature by it self is .. well, exceptional. However .. since internal PHP function do not make use of them, it's pretty hard to produce "exception proof" software. Because earlier or later, so