John Coggeshall wrote:
Exceptions from use. I'm not prepared to do that, a failure to open a
file is an exception in OO-world and that's what should be there.

No! OO and exceptions are two completely different things. One is about data encapsulation and one is about error handling. OO can happily live without exceptions and exceptions can exist without OO!


They are *not* an integral part.

- Chris

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to