SQL call formatting style

Jouni Heikniemi jth at mikrobitti.fi
Tue Apr 1 11:56:46 UTC 2003


At 22:39 29.3.2003 +0000, you wrote:
>- If people's code is creating warnings, it won't get checked in

By the way, this is not true. Apache (with the default configuration) is a 
bit deceptive, because runtime warnings are buried in the error log where 
nobody really reads them. Run Bugzilla on IIS (which redirects standard 
error stream into the standard output) for a while, and you'll notice how 
many warnings a completely functional Bugzilla installation can emit :-)

I'm not saying that the current tip creates warnings, though; our cvs 
checkout from December does, but at least some of those were already fixed 
before I could file bugs on them.

>- If people don't understand interpolation in Perl, I'd be wary about 
>letting them write code for Bugzilla

This is true, but I agree with bbaetz that understanding quotation and 
basics like q{} is equally important. What makes me want to minimize the 
use of "" is the ease of _accidentally_ typing something like '$a = 
"abc at def.example"' and not noticing it.

Other than that, I have no opinion on this.


Jouni





More information about the developers mailing list