Tech Done Right
Episode 59: Building Git with James Coglan
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:41:09
- Mas informaciones
Informações:
Sinopsis
Building Git With James Coglan TableXI is now offering training for developers and products teams! For more info, email workshops@tablexi.com. Guest James Coglan (https://twitter.com/mountain_ghosts): Author of Building Git (https://shop.jcoglan.com/building-git/) and JavaScript Testing Recipes (https://shop.jcoglan.com/javascript-testing-recipes/). More at jcoglan.com/ (http://jcoglan.com/). Summary Our guest today is James Coglan. James has written an extraordinary programming book called Building Git. In it, he describes the inner workings of the Git source control tool by re-implementing a substantial part it in Ruby, including commits, diffs, branching, and networking. Along the way he shows not just how Git works, but also details of some of the algorithms it uses. There’s also a lot about building complex systems generally. And it has some great examples of test-driven development. James and I also talk about implementing in a high-level language like Ruby, versus a lower-level language like C. It’s