Asking intelligent questions about automated testing
When writing automated tests, we need to come up with intelligent questions to guide our decisions in what unit tests to write.
Latest articles
When writing automated tests, we need to come up with intelligent questions to guide our decisions in what unit tests to write.
How should you go about a technical interview? We say the white board approach is incomplete.
If you've used Virtual Code Review or PR integration, you already know that complexity is a frequent target of CodeScene's Code...
Cyclomatic complexity counts the number of logical paths through a function. The Bumpy Road Code Complexity pattern is a function...
Today I patched a monster. That monster is a piece of code that many of you probably rely upon, either directly or indirectly.