[EMAIL PROTECTED] wrote:
> 
> i don't think that turning notices of is a good thing, we need to
> have a good code, not error_reporting(E_ALL ^ E_NOTICE);
> 
Good code has nothing to do with notices; if you code around all notices 
you just create slower code which is not needed. PHP is so smart about 
i.e. indexes and just warns you that you might have an error.
Notices are great during development for the developer, but not for the 
end user.

Don't go for 0 noticies, spend your time on 0 warnings and optimized 
code, but don't waste it on zero notices.

My 2 cents, in the end Till has to decide.

Mike
-- 
Michael Baierl
<http://mbaierl.com/>
- - - - - - - - - - - - - - - - -
One OS to fool them all, One browser to find them, One email client to
bring them all And through security holes, blind them...

_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to