Understanding Onion Architecture

Understanding Onion Architecture

In this post I am going to talk about Onion Architecture. There are several…

Read More

Understanding Cyclomatic Complexity and its Importance in Code Analysis Metrics

Understanding Cyclomatic Complexity and its Importance in Code Analysis Metrics

Cyclomatic complexity in code is software metric used to indicate the complexity of the program. It is a quantitative measure of the number is linearly independent paths through programs source…

Read More