Uncle Bob's Prime Factors Kata in Go
Shows progression to developing an algorithm for finding the prime factors of a number using test driven development.
Result is an algorithm that's the same as the Sieve of Eratosthenes.
- Uncle Bob's Clean Code: Advanced TDD, Episode 19, Part 2