What are 'Unit Tests'?

Asked by stem_mind · 2 weeks ago

1 Answer

14
amorebise · 2 weeks ago Top Answer

Unit tests are small pieces of code that check if your *other* code is working correctly. It's like an inspector checking each brick before it's used to build a wall.

Log in to add a comment.