Post Made Community Wiki by Community
show/hide this revision's text 2 spelling fix

One great thing about unit tests is that they server serve as documentation for how your code is meant to behave. Good tests are kind of like a reference implementation, and teammates can look at them to see how to integrate their code with yours.

show/hide this revision's text 1

One great thing about unit tests is that they server as documentation for how your code is meant to behave. Good tests are kind of like a reference implementation, and teammates can look at them to see how to integrate their code with yours.