Python and IDEs [was Re: Python 3 is killing Python]

Tim Delaney timothy.c.delaney at gmail.com
Sat Jul 19 20:41:31 EDT 2014


On 20 July 2014 09:19, Chris Angelico <rosuav at gmail.com> wrote:

> On Sun, Jul 20, 2014 at 7:50 AM, Tim Delaney
> <timothy.c.delaney at 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'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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140720/d3114918/attachment.html>


More information about the Python-list mailing list