
What Is Testing Really And Why Should You Care? (For Software Engineers)
DonTheDeveloper Podcast
00:00
The Importance of Unit Testing
The idea of a unit test is like a the test of a single method on an object. But that falls apart in the case of like a getter and a setter. In order to know anything useful, you have to test both of those methods. You cannot write as much code as much production code if half of it is tests. And so this is what I mean by thinking about testing: It allows you to start figuring out what are these pieces of behavior that don't change intentionally.
Transcript
Play full episode