How Unit Testing Helped Me Slash a Nasty Bug
To make a library ready for production, you need to write unit tests that cover all the core functionalities of the library. Then you will need to establish a means to automatically run those unit tests in different target environments. Only when a library passes all unit tests in all …
Continue Reading
