<p dir="ltr">I see often in PmWiki core & recipes where errors are suppressed via @:</p>
<p dir="ltr">if (@$foo['bar'])...</p>
<p dir="ltr">Recently I was challenged pretty strongly that this was never a good practice.</p>
<p dir="ltr">So... is it just preference & this guy was opinionated? Or is this an older way to do things & best practice is to not use this operator?</p>
<p dir="ltr">-Peter </p>