From b3d29d6eee053ef8c1e8971c3244a432e33a7aa0 Mon Sep 17 00:00:00 2001 From: waldo Date: Mon, 28 Feb 2022 11:35:45 +0100 Subject: [PATCH] Demo for DynamicsCon --- .../BestPractices/DemoForDynamicsCon/index.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/docs/BestPractices/DemoForDynamicsCon/index.md diff --git a/content/docs/BestPractices/DemoForDynamicsCon/index.md b/content/docs/BestPractices/DemoForDynamicsCon/index.md new file mode 100644 index 00000000..8d666cc2 --- /dev/null +++ b/content/docs/BestPractices/DemoForDynamicsCon/index.md @@ -0,0 +1,22 @@ +--- +title: "Demo for DynamicsCon" +tags: ["AL","Readability"] +categories: ["Best Practice"] +--- + +_Created by waldo, Described by waldo_ + +## Description + +Some description +## Bad code + +```al +PutCodeblocksHere() +``` + +## Good code + +```al +PutCodeblocksHere() +```