From: Eric B. <er...@go...> - 2001-05-29 08:29:11
|
Berend de Boer wrote: > > One error variable per object or a more global one, so you only have > the last error? I would rather say one error variable per object. The last error per object seems enough. > Most of the code I write is middleware and there's usually no user > looking at the server screen :-) That's the most difficult part when rewriting _reusable_ libraries: it should not only work for the author of the library but should also address the needs of the other potential users. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |