What resources do you recommend for me to learn Test Based Programming? I have a little exposure to the concept, but I generally do not think of programming in that way. While I have added some tests to some of my programs, I have met people who start with testing, and I'd like help developing that mindset.
jdlshore|3 years ago
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 countless articles and resources. But I still like mine. ;-)
typhonic|3 years ago
sn9|3 years ago
cratermoon|3 years ago
typhonic|3 years ago
tedyoung|3 years ago
You can also watch me build a complete small game from scratch using TDD here: https://www.youtube.com/watch?v=LjYKzodYuoE&list=PLBHctPrH7Z...
unknown|3 years ago
[deleted]