Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53806

Re: Confessions of a terrible programmer

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.229
X-Spam-Level **
X-Spam-Evidence '*H*': 0.66; '*S*': 0.12; 'programmer': 0.03; 'cc:addr:python-list': 0.11; '(before': 0.16; 'article.': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject:programmer': 0.16; 'sender:addr:gmail.com': 0.17; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'skip': 0.24; 'header:In-Reply-To:1': 0.27; 'errors': 0.30; 'programming.': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'supposed': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'possible': 0.36; 'little': 0.38; 'catch': 0.60; 'great': 0.65; 'to:addr:gmail.com': 0.65; 'between': 0.67; 'intelligent': 0.74; 'protect': 0.79; 'hand.': 0.84; 'loose': 0.84; 'pardon': 0.84; 'terrible': 0.84; 'discipline': 0.91; 'task,': 0.91; 'colleagues': 0.97
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=J5PU2sTZaSAKMreaeYPMLRVfYzK943+YY3YtTCj+SSk=; b=xnqssRZY/bPyEQcjtBBsgwfmOdG0CfexZy8gA/yrB6lHTb5mNCKU2Y/jRZJ3K75h4U L3DmCVDbHxASl4k7qba6uE4hnIAyf7rQLie/J6DkvNURDlLqUaOTDsyi3szlmRwVaqB1 Tjuw+2AJk/ls6dtzP7XAZmkCNVwo6Hz7+N5Xsok42Yf0DSdIZ7p/3Tl1sqsjZ+DbvIrL mhVICvRknMJilYT/i0jIw1y+ukxhMYwhtW+O8/7+ShjLPijdoY1gXSkgNiici3zLaG9f byazH5XOgXMCno7xiB+ngYIxM0Q/qhCGyGWWZt5jUrgVRX7bzmT/WI6YWpAbgRrrIHtG TzoQ==
MIME-Version 1.0
X-Received by 10.220.181.136 with SMTP id by8mr3459648vcb.11.1378489708898; Fri, 06 Sep 2013 10:48:28 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <CAPM-O+w8-HONDOJ6wLZ2qGGp5NEQJc8HjRSGyY=fDrbqEHj1zw@mail.gmail.com>
References <522a0927$0$29988$c3e8da3$5496439d@news.astraweb.com> <CAPM-O+w8-HONDOJ6wLZ2qGGp5NEQJc8HjRSGyY=fDrbqEHj1zw@mail.gmail.com>
Date Fri, 6 Sep 2013 12:48:28 -0500
X-Google-Sender-Auth efUJ3In65DD_BLV2J-TUAYgw1Zo
Subject Re: Confessions of a terrible programmer
From Skip Montanaro <skip@pobox.com>
To Joel Goldstick <joel.goldstick@gmail.com>
Content-Type text/plain; charset=UTF-8
X-Mailman-Approved-At Fri, 06 Sep 2013 20:57:10 +0200
Cc "python-list@python.org" <python-list@python.org>, Steven D'Aprano <steve+comp.lang.python@pearwood.info>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.135.1378493831.5461.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1378493831 news.xs4all.nl 15977 [2001:888:2000:d::a6]:50050
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53806

Show key headers only | View raw


> Pardon me, but I completely don't get this article.  Let me in on what
> is supposed to be the joke please!

I don't really think there's a joke. I think the author is saying in a
somewhat sly way is that often, the difference between a terrible
programmer and a great programmer is the discipline applied to the
task, and intelligent use of the tools at hand. Catch as many errors
as you can as early as possible (before other people see your original
stabs at a solution) and when your code is set loose in the wild you
will seem like a great programmer. Little do your colleagues know that
your tools protect them from your terrible programming.

Skip

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Confessions of a terrible programmer Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-06 16:56 +0000
  Re: Confessions of a terrible programmer Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-06 13:17 -0400
    Re: Confessions of a terrible programmer Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-07 00:13 +0000
  Re: Confessions of a terrible programmer Chris Angelico <rosuav@gmail.com> - 2013-09-07 03:43 +1000
  Re: Confessions of a terrible programmer Walter Hurry <walterhurry@lavabit.com> - 2013-09-06 18:31 +0000
  Re: Confessions of a terrible programmer Terry Reedy <tjreedy@udel.edu> - 2013-09-06 14:52 -0400
  Re: Confessions of a terrible programmer Skip Montanaro <skip@pobox.com> - 2013-09-06 12:48 -0500
  Re: Confessions of a terrible programmer rusi <rustompmody@gmail.com> - 2013-09-16 07:56 -0700

csiph-web