On Fri, Jun 4, 2010 at 12:13 AM, Jakub Narebski [off-list ref] wrote:
Pavan Kumar Sunkara wrote:
quoted
Even though it increases the patch size, I don't think it will be much
of a concern when it comes to good redability of code.
Jakub: Can you reply, what you think about this argument ?
But I agree that first, 'our $var' seems to imply that it is _new_
variable declared in current scope, and second if we make a typo in
variable name it wouldn't be detected as different from exported
variable: 'our' will create new variable.
And it's hard to detect the typo while debugging.
So I agree that removing 'our' is a good idea, especially together
with putting all variables that should be there in Gitweb::Config
together with comments, even if they are configured during build
process.
Perhaps those declarations in Gitweb::Config should have in-line
comment that they are defined in gitweb.cgi / gitweb.perl?
Yeah, Sure.
Thanks,
Pavan.