Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'scripts': 0.03; 'subject:Python': 0.06; 'exists.': 0.07; 'init': 0.07; 'rename': 0.07; 'subject: [': 0.09; 'cc:addr:python-list': 0.11; 'random': 0.14; 'wrote:': 0.18; 'commit': 0.19; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'logical': 0.24; 'cc:2**0': 0.24; "i've": 0.25; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'tim': 0.29; "doesn't": 0.30; 'said,': 0.30; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'agreed.': 0.31; 'grouping': 0.31; 'trivial': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'there': 0.35; 'version': 0.36; 'should': 0.36; 'project': 0.37; 'skip:& 10': 0.38; 'subject:]': 0.38; 'though,': 0.39; 'called': 0.40; 'even': 0.60; 'free,': 0.61; 'simple': 0.61; 'july': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; '20,': 0.68; 'jul': 0.74; 'as:': 0.81; 'together,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VlpoSHW/YuS5WDUq3KSW+VkowWLEzVwuuWKoWzeWbNk=; b=M/JH2vnj4BbanWpW6caufxHYvFWFdfRrgH+eab9p2F3963G/aZHIHN1VMk7PpLtYmI 35XT70dmyyYCanuTYu/Q70G9vQj+wC5EZuGfMSsrPK3syKPQfL9DsS/u6kWE05iYOw18 EMkDzIRExpO85yN1mOeRgIdKE/JyiVah/m0Ee7RQmZcM/dOonGAF9CSA2hyfsryknr0x MuL+TLHHgAXgAP6DBZ+wpjIwfuQZoCitv3xRfwXy1qRAJCZA6IA/tVvkNYLbkrumWogs s3QhhxPyjp5M+EP5v6/hqxViP21Bk41vvj1nTUAHv2S1A1CRMwHeldb7lD9KFqyQPAoI hDuA== MIME-Version: 1.0 X-Received: by 10.182.102.197 with SMTP id fq5mr21540037obb.3.1405816892050; Sat, 19 Jul 2014 17:41:32 -0700 (PDT) In-Reply-To: References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <53CAB40A.4030704@cdreimer.com> Date: Sun, 20 Jul 2014 10:41:31 +1000 Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] From: Tim Delaney To: Chris Angelico Content-Type: multipart/alternative; boundary=089e012949b678520c04fe954063 Cc: Python-List 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: 65 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405816894 news.xs4all.nl 2863 [2001:888:2000:d::a6]:43934 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74846 --089e012949b678520c04fe954063 Content-Type: text/plain; charset=UTF-8 On 20 July 2014 09:19, Chris Angelico wrote: > On Sun, Jul 20, 2014 at 7:50 AM, Tim Delaney > wrote: > > IMO there is no project so modest that it doesn't require version > control. > > Especially since version control is as simple as: > > > > cd project > > hg init > > hg add > > hg commit > > That said, though, there are some projects so modest they don't > require dedicated repositories. I have a repo called "shed" - it's a > collection of random tools that I've put together, no more logical > grouping exists. Agreed. I have a "utils" one - but I do like "shed" and think I'm going to rename :) The main thing is that versioning should be automatic now - it's almost free, and the benefits are huge because even trivial scripts end up evolving. Tim Delaney --089e012949b678520c04fe954063 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 2= 0 July 2014 09:19, Chris Angelico <rosuav@gmail.com> wrote:
On Sun, Jul 20, 2014 at 7:50 AM, Tim Delaney
<timothy.c.delaney@gmail.= com> wrote:
> IMO there is no project so modest that it doesn't require version = control.
> Especially since version control is as simple as:
>
> cd project
> hg init
> hg add
> hg commit

That said, though, there are some projects so modest they don't require dedicated repositories. I have a repo called "shed" - it&= #39;s a
collection of random tools that I've put together, no more logical
grouping exists.

Agreed. I have a "uti= ls" one - but I do like "shed" and think I'm going to re= name :)

The main thing is that versioning should b= e automatic now - it's almost free, and the benefits are huge because e= ven trivial scripts end up evolving.

Tim Delaney=C2=A0
--089e012949b678520c04fe954063--