Merging code, especially when authored by multiple people, can lend itself to a lot of risk. As a code base grows, there may be an underlying feeling that more bugs exist than we can find by digging through our code editor or our application’s various screens. Unit testing is a process that lets us test […]