272 B
272 B
+++ title = "Unnecessary Separators" weight = 1290 tags = ["C/AL","Readability"] categories = ["Best Practice"] +++ There should be no unnecessary separators.
Bad code
IF Customer.FINDFIRST THEN;;
Good code
IF Customer.FINDFIRST THEN;