On 2/2/06, Jeff Grimmett <[EMAIL PROTECTED]> wrote: > On 2/2/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > > > On 2/2/06, qvx <[EMAIL PROTECTED]> wrote: > > > I believe it should be explicitly stated what defaults are, or simply > > > to supply a config.py with (almost) everything uncommented. > > > > I just put a comment at the top saying that the commented values are the > defaults. > > > > He brings up a good point, and while the commend is a good thing, it would > be a lot clearer IMO if the default values were uncommented, e.g. > > # Enable Visit tracking > # visit.on=True > > Explicit is better than implicit, yes?
Generally. I believe we were following the Apache config convention. I can't see any real downside to uncommenting those defaults. The upside is that if we decide to change a default, your application doesn't change :) Kevin

