What Is Cyclomatic Complexity and How to Calculate Cyclomatic Complexity?
Cyclomatic complexity is an important software quality metric. Learn how to calculate cyclomatic complexity. And get two cyclomatic complexity McCabe examples.
Coding Best Practices, Software Quality
Blog
7 Common Errors in C Programming and C++ Programming
Programming in C or C++? Learn about seven types of errors in C programming you should avoid.
Coding Best Practices, Software Quality
Blog
Is Calling Java With Scala as Easy as It Seems?
In this article, we show a Java and Scala code example where we call a library in Java with Scala code.
API Management
Blog
What Are Software Bugs?
What are software bugs? Do you know difference between a workaround and a resolution? A defect and a root cause? Let's examine the anatomy of a software bug.