alguidelines/content/NAVPatterns/3-cal-coding-guidelines/readability/unnecessary-separators/index.md
2021-10-30 22:09:32 +02:00

199 B

+++ title = "Unnecessary Separators" weight = 1290 +++ There should be no unnecessary separators. Bad code

IF Customer.FINDFIRST THEN;;  

Good code

IF Customer.FINDFIRST THEN;