Skip to main content
Stanford Stanford WebCamp 2023 All Things Web - By community, for community
 

The Importance of Unit Testing

Track
Dev / DevOps
Audience
Advanced

A hot topic in the development world is the development of tests as part of feature development. We will look at the benefits of building unit tests on custom code especially when it comes to time to refactor or upgrade functionality. This is especially helpful when connecting to external API's when the API schema has changed.