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

> On Sun, Jul 20, 2014 at 7:50 AM, Tim Delaney
> <timothy.c.dela...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to