Added tags & categories + cleanup
This commit is contained in:
parent
4515a721bd
commit
5ee0436639
161 changed files with 295 additions and 34 deletions
|
|
@ -1,6 +1,8 @@
|
|||
+++
|
||||
title = "Cyclomatic Complexity"
|
||||
weight = 460
|
||||
tags = ["C/AL"]
|
||||
categories = ["Best Practice"]
|
||||
+++
|
||||
Do not write functions that have high cyclomatic complexity. This makes the code hard to maintain.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue