On Wednesday 17 March 2010, Maarten ter Huurne wrote:
> On Wednesday 17 March 2010, Sarah Strong wrote:
> > And before I sign off, I'd like to throw my support behind the idea
> > of disabling convention warnings by default. Can we ticket this and
> > address it as part of our output fixes? I think it would go a long
> > way towards making pylint more friendly for first time users.
>
> Both convention (C) and refactor (R) messages could be disabled by
> default, I think.

I don't think that's good for Python newbies.  There are some 
conventions that are quite "strong".  Using four spaces instead of tabs 
or calling the first argument of methods `self` is somewhat vital if 
you share your code with others.  For example when a newbie shows his 
code in a forum.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
“Pets are always a great help in times of stress.
 And in times of starvation too, o'course.”
                   -- Terry Pratchett, Small Gods

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to