Monthly Archives December 2007

Seven Truths About Peer Reviews

I think I’m a fan of code reviews. “I think” because I’ve never actually been a part of one. In theory, they are good, right? A diverse group of your peers looking at your code and providing constructive criticisms. This is basically what open source community does.
Yesterday, I read a paper called “Seven Truths About [...]

Bazaar vs Git

Skimmed through an interesting article on Bazaar vs Git. It claims bazaar is way more user friendly but doesn’t seem to challenge git on any technical merits. Git is fantastic in it’s own way; clearly it works well for Linus and the team but it’s terribly arcane. It looks like Bazaar offers some friendly features [...]