Ooh, LLVM has a Phabricator instance: http://t.co/KnqZav6eLS -- first public major project I've seen using it.
Related Posts
Ooh, difftastic is now listed on the official git website! https://git-scm.com/tools/command-line
It's weird that GitHub shows time since the last commit, but not time since the first commit. It's a nice way of seeing how mature a project is.
`init` feels like an unhelpful name in OO. It doesn't give you an initial value, it initialises the instance that has already been created. Developers are often surprised that init doesn't return the instance, because they have a strong association with `new Foo()`.
Perhaps `finish` would have been a less confusing name?