Ask HN: Learning Test Based Programming
1–8 of 8 posts
Re: Ask HN: Learning Test Based Programming
#2Re: Ask HN: Learning Test Based Programming
#3You can also watch me build a complete small game from scratch using TDD here: https://www.youtube.com/watch?v=LjYKzodYuoE&list=PLBHctPrH7Z...
Re: Ask HN: Learning Test Based Programming
#4Re: Ask HN: Learning Test Based Programming
#5https://www.jamesshore.com/v2/projects/lunch-and-learn
In contrast to a lot of material out there, this spends comparatively little time on questions like "how do I test a function" and more time on real-world questions like "how do I test a network call."
PS: The correct term is "Test-Driven Development," unless I've misunderstood you, and if you search for that term you'll find countless articles and resources. But I still like mine. ;-)
Re: Ask HN: Learning Test Based Programming
#6Re: Ask HN: Learning Test Based Programming
#7Test-Driven Development By Example by Kent Beck
Re: Ask HN: Learning Test Based Programming
#8I have a free video series here: https://www.jamesshore.com/v2/projects/lunch-and-learn In contrast to a lot of material out there, this spends comparatively little time on questions like "how do I test a function" and more time on real-world questions like "how do I test a network call." PS: The correct term is "Test-Driven Development," unless I've misunderstood you, and if you search for that term you'll find coun…