Front page | perl.perl6.meta |
Postings from September 2000
Re: code repository
Thread Previous
|
Thread Next
From:
Michael G Schwern
Date:
September 3, 2000 22:10
Subject:
Re: code repository
Message ID:
20000904002128.D25406@athens.aocn.com
On Sun, Sep 03, 2000 at 10:09:00PM -0600, Nathan Torkington wrote:
> True. We're still a ways off needing a place to put code
Speak for yourself, laggard. :P
> (a question for those who have done this before: do these source
> code control systems work equally well for the design and test
> documents too, or do they have revision and display needs beyond CVS
> and friends?)
Testing scripts are just like any other code.
Documentation normally is a problem. Non-code documents usually drag
in a slew of problems. Often they are produced by non-programmers who
require special interfaces (see also: dumbed down) to the VCS. Also,
icky non-trivial file formats come into play (Word, PDF, PS, etc...)
and render much of a VCS's power nill (diffing two Word docs isn't
very useful).
Fortunately, we don't have either of these problems. Our docs are
written in POD by programmers. For all intents and purposes, its
code.
--
Michael G Schwern http://www.pobox.com/~schwern/ schwern@pobox.com
Just Another Stupid Consultant Perl6 Kwalitee Ashuranse
But why? It's such a well designed cesspool of C++ code. Why wouldn't
you want to hack mozilla?
-- Ziggy
Thread Previous
|
Thread Next