Demo for DynamicsCon

This commit is contained in:
waldo 2022-02-28 11:35:45 +01:00
parent 13beb2fee6
commit b3d29d6eee

View file

@ -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()
```