Last Updated: September 09, 2019
·
588
· kaw393939

Unit Testing

Unit tests are needed because when you work with others and you make programs that do a few things, you need to be able to test the program before check in. If you don't do this you could break other people's code or your own.