Code Review vs. Testing
Among coding best practices, code review vs. testing are often compared. Here’s what you need to know about each.
What are Code Reviewing and Testing?
Code Review
Code...
Interview with Daniel Pfeiffer, CTO at Firstbird
We had a very nice talk with Daniel Pfeiffer, CTO at Firstbird; it was an informal conversation in which we looked to understand the reasons why...
Who should care about code coverage
Code coverage tells us what percentage of our code is covered by tests. There are different code coverage types, and a...
Different code coverage types and the importance of a good report
You probably already know that code coverage tells us what percentage of our code is covered by tests. But did you...
Code coverage best practices (Part I)
In the most basic sense, code coverage is a way of using analytics to get an idea of how well an application has been tested...