From 3ad0ad17c7f703364220c62040d35f4a6671bd1c Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Sat, 11 Dec 2021 13:26:16 +0100 Subject: [PATCH] ReadabilitySubsection --- content/BCBestPractices/Readability/_index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/BCBestPractices/Readability/_index.md diff --git a/content/BCBestPractices/Readability/_index.md b/content/BCBestPractices/Readability/_index.md new file mode 100644 index 00000000..25e5c6d9 --- /dev/null +++ b/content/BCBestPractices/Readability/_index.md @@ -0,0 +1,11 @@ ++++ +title = "Readability" +weight = 980 ++++ +## AL Coding Guidelines + +## **Readability** + +Generally, all readability rules are Microsoft style choices only. You can use them to keep consistency with the existing code. + +Find the AL guidelines by expanding the menu in the left. \ No newline at end of file