News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Five reasons why the shut-op operator (@) should be avoided
January 05, 2009 @ 12:09:37

Derick Rethans has posted just a few of the reasons why the "shut-up operator" (the @ symbol) should be avoided at all costs in your PHP applications.

The @-operator is often used to silence errors in noisy PHP functions'"functions that generate warnings that can not be easily prevented. [...] In those cases, there is no way how to check up-front whether the function call will not issue a warning when being called.

There are side effects to using the operator, however, including hiding legitimate errors and making debugging that much more difficult. To back up his point, he includes four other reasons to avoid the operator's use (besides the debugging issues):

  • It's slow (part 1)
  • It's slow (part 2)
  • It's slow (part 3: It generates crappier code)
  • Apfelstrudels were harmed (related to the strudel_token in the C code for the operator)
0 comments voice your opinion now!
shutup operator atsign avoid reason slow debugging error hide


blog comments powered by Disqus

Similar Posts

Phil Sturgeon's Blog: CodeIgniter on PHP 5.3

ThinkPHP Blog: Extending class SoapServer (PHP5) for debugging

SitePoint PHP Blog: Pimpin Harry’s pretty bluescreen

Justin Carmony's Blog: PHP, Sessions, __sleep, and Exceptions

Timothy Boronczyk: PHP Assertions


Community Events











Don't see your event here?
Let us know!


language phpunit database framework interview podcast community conference zendframework2 usergroup opinion series introduction release rest development testing unittest functional symfony2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework