Simple Innovations: Personal Unit Tests
Posted onFor those of you who are not into software, unit tests are small test scripts/programs to check the health of software development. Unit tests are used to make sure that the code runs as expected and when you make changes you do not break anything that is already working. During development unit tests are regularly […]