alguidelines/content/docs/Contributing/Templates/BestPractice/index.md
2022-03-26 09:01:43 +01:00

31 lines
757 B
Markdown

---
title: "Title Here"
tags: ["AL"]
categories: ["Best Practice"]
---
<!-- This is a guideline, some parts are optional (if there's no content, remove the whole paragraph). -->
<!-- The "Readability" and "Performance" tags are often used. You can, however, add multiple tags, but please do not change the Category -->
_Created by <!-- John Smith --><!--, Cronus International.--> Described by <!-- Jane Doe--><!--, Contoso, LLC-->_
## Description
In depth description on what this Pattern is all about
- basic components
- how the interact
- steps to implement
- considerations to take
## <span style="color:FireBrick">Bad code</span>
```al
PutCodeblocksHere()
```
## <span style="color:ForestGreen">Good code</span>
```al
PutCodeblocksHere()
```