diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-06-06 14:22:14 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-06-06 14:22:14 -0400 |
| commit | b83db1e2ab29ad1259abdf4cd9df3dbfdedf7814 (patch) | |
| tree | 458d9ca87eec9da3555ef6b42e4e9941bce8ba96 /wiki/git/theory-and-practice | |
| parent | 4daae732c190c5fcb96619dda1151fcc272395db (diff) | |
Fix worse-is-better link.
Diffstat (limited to 'wiki/git/theory-and-practice')
| -rw-r--r-- | wiki/git/theory-and-practice/index.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/wiki/git/theory-and-practice/index.md b/wiki/git/theory-and-practice/index.md index f1e8311..04d7a10 100644 --- a/wiki/git/theory-and-practice/index.md +++ b/wiki/git/theory-and-practice/index.md @@ -15,11 +15,12 @@ that front, too), we still have the `git(1)` UI right now and people still get into trouble with it right now. Git follows the New Jersey approach laid out in Richard Gabriel's [The Rise of -"Worse is Better"]: given the choice between a simple implementation and a -simple interface, Git chooses the simple implementation almost everywhere. -This internal simplicity can give users the leverage to fix the problems that -its horrible user interface leads them into, so these pages will focus on -explaining the simple parts and giving users the tools to examine them. +"Worse is Better"](http://www.jwz.org/doc/worse-is-better.html): given the +choice between a simple implementation and a simple interface, Git chooses the +simple implementation almost everywhere. This internal simplicity can give +users the leverage to fix the problems that its horrible user interface leads +them into, so these pages will focus on explaining the simple parts and giving +users the tools to examine them. Throughout these articles, I've written "Git does X" a lot. Git is _incredibly_ configurable; read that as "Git does X _by default_". I'll try to |
