Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.040 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.02; 'third-party': 0.04; 'continuation': 0.07; 'lines.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '110': 0.16; 'instance:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wed,': 0.18; 'tend': 0.24; 'url:home': 0.24; 'header:X -Complaints-To:1': 0.27; 'code': 0.31; 'lines': 0.31; '120': 0.31; 'breaking': 0.31; 'skip:s 30': 0.35; 'leads': 0.36; 'charset:us- ascii': 0.36; 'example,': 0.37; 'tools,': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'break': 0.61; 'such': 0.63; 'maximum': 0.63; 'between': 0.67; 'natural': 0.68; 'line,': 0.68; 'hate': 0.91; 'whereas': 0.91; 'received:108': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: In defence of 80-char lines Date: Thu, 04 Apr 2013 18:22:21 -0400 Organization: > Bestiaria Support Staff < References: <515cd919$0$29966$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-68-176-97.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 3.3/32.846 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365114154 news.xs4all.nl 6873 [2001:888:2000:d::a6]:34685 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42781 On Wed, 3 Apr 2013 21:32:33 -0700 (PDT), llanitedave declaimed the following in gmane.comp.python.general: > I also tend to prefer a maximum between 110 and 120 characters. I find continuation lines confusing, and when you use some third-party tools, such as wxPython, for example, the boilerplate code leads to some long lines. > > I would hate to have to break up this line, for instance: > > self.mainLabel.SetFont(wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.BOLD, faceName = "FreeSans")) > Whereas I would consider breaking at the commas somewhat natural self.mainLabel.SetFont(wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.BOLD, faceName="FreeSans") ) -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/