Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Christopher Reimer Newsgroups: comp.lang.python Subject: Re: pylint woes Date: Sat, 07 May 2016 12:43:36 -0700 Lines: 14 Message-ID: References: <572E3967.9060206@icloud.com> <1462648999.705771.601040345.069F0886@webmail.messagingengine.com> <572E4568.4080009@icloud.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de tguTP5W5Mw7fpzzXHlt54ArlEKi9PIDX2L7R+TP4418g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.152 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.70; '*S*': 0.00; '"use': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'stephen': 0.22; 'programming': 0.22; 'am,': 0.23; 'forgot': 0.23; 'sat,': 0.23; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'figure': 0.27; 'received:17': 0.27; 'received:10.0.0': 0.32; 'received:10.0': 0.34; 'add': 0.34; 'possible,': 0.35; 'too': 0.36; 'should': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'thank': 0.38; 'why': 0.39; 'to:addr:python.org': 0.40; 'header:MIME-version:1': 0.60; 'charset:windows-1252': 0.62; 'better.': 0.66; 'fall': 0.66; 'habits.': 0.84; 'header:In-reply-to:1': 0.84; 'lemon': 0.84 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-05-07_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1605070291 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-reply-to: <1462648999.705771.601040345.069F0886@webmail.messagingengine.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=4d515a; t=1462650217; bh=v5JQe4YZEL/QmNbbqTsu2dOPCVC0EDhADkQN9Sj8gxI=; h=Subject:To:From:Message-id:Date:MIME-version:Content-type; b=nlzB6nZC1bSLrTwYmItcbHotm11wqWLMIG9+0naRXAT5Z2wMgqur81d0gUPU+cc7q Umj0V9t9WFnBrJx+iCc8R/Gg5JESs8Jn7y9/UlRkRgxRDSak2y1LPovZHvWPqmnNNP IjLijWZsEKaYtvfJFc+aO5LXJfz5h0Kchc0QTYsWQFDf/TqC7Ahjkwen97aYivhh8A mXr4HVUKKzRXkNoEMzOoKNwLUR8Tlzy+88a+DZEtZr6KuEmnURTLthBQsL+7/1eBfc oO+22zpC8HzQeSFK/4JbtdHA049RySNyIesMHiKleUr554BVRN4tQ3CUhpldKikfcL FYboehGTOyTBQ== X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <572E4568.4080009@icloud.com> X-Mailman-Original-References: <572E3967.9060206@icloud.com> <1462648999.705771.601040345.069F0886@webmail.messagingengine.com> Xref: csiph.com comp.lang.python:108291 On 5/7/2016 12:23 PM, Stephen Hansen wrote: > On Sat, May 7, 2016, at 11:52 AM, Christopher Reimer wrote: >> You can do better. You should strive for 10/10 whenever possible, >> figure out why you fall short and ask for help on the parts that don't >> make sense. > I think this is giving far too much weight to pylint's opinion on what > is "good" or "bad" programming habits. I forgot to add the warning, "Use pylint with a dash of salt on a lemon slice and a shot of tequila." :) Thank you, Chris R.