Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.tele2net.at!newsfeed.utanet.at!feeder1.cambriumusenet.nl!82.197.223.103.MISMATCH!feeder3.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'read.': 0.03; 'languages.': 0.04; 'syntax': 0.04; 'parser': 0.07; 'subject:Error': 0.07; 'collier': 0.09; 'posted': 0.15; 'easier.': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'variables,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'appears': 0.22; 'coding': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'certainly': 0.24; 'large,': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; "i'm": 0.30; 'easier': 0.31; 'flags': 0.31; 'style': 0.33; 'subject:the': 0.34; 'could': 0.34; 'johnson': 0.35; 'but': 0.35; 'curious': 0.36; 'subject:?': 0.36; 'being': 0.38; 'message-id:@gmail.com': 0.38; 'to:addr:python- list': 0.38; 'fact': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'first': 0.61; 'fact,': 0.69; 'capital': 0.73; 'proves': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Tue, 13 Aug 2013 19:55:42 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Am I not seeing the Error? References: <5206F4AB.8050204@Gmail.com> <5208D625.2000103@Gmail.com> <5209f360$0$29885$c3e8da3$5496439d@news.astraweb.com> <520A0AE6.2010403@Gmail.com> In-Reply-To: <520A0AE6.2010403@Gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376445358 news.xs4all.nl 15872 [2001:888:2000:d::a6]:52821 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52489 On 08/13/2013 04:31 AM, Devyn Collier Johnson wrote: > For me, this style is easier to read. I have tried the "typical" style, > but I find this one to be easier. One thing I do know is that your style makes it very hard to find errors, even when the parser flags them. And the fact that you posted about not being able to find the syntax error proves that it's, in fact, not easier to read. That could be why people are pointing out your unorthodox style and criticizing it. I'm curious as to what language you first learned this style of coding on. It certainly appears reminiscent of earlier, very verbose languages. Capital letter variables, large, wordy blocks, etc.