Demo for DynamicsCon
This commit is contained in:
parent
13beb2fee6
commit
b3d29d6eee
1 changed files with 22 additions and 0 deletions
22
content/docs/BestPractices/DemoForDynamicsCon/index.md
Normal file
22
content/docs/BestPractices/DemoForDynamicsCon/index.md
Normal 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()
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue