NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Yes! (Score:1)
In fact, I have found that as I understand git better, what happens is I understand its simplicity ever better – not its complexity. It is difficult to learn because its command line interface obscures the underlying simplicity of its repository format. Understanding that format and relating what a command does to that format is the key to understanding git, which is actually much easier than it initially seems. I have actually toyed with the idea of reimplementing the format in pure Perl – it w
Re: (Score:1)
Aye. I should perhaps add that I was referring to the complexity of managing distributed changes to a common file tree, not the complexity of git (which I agree has a very simple design).