39 lines
No EOL
1.1 KiB
Markdown
39 lines
No EOL
1.1 KiB
Markdown
---
|
|
title: "Title Here"
|
|
tags: []
|
|
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
|
|
|
|
## Bad code
|
|
|
|
```al
|
|
PutCodeblocksHere()
|
|
```
|
|
|
|
## Good code
|
|
|
|
```al
|
|
PutCodeblocksHere()
|
|
```
|
|
|
|
## Discussions
|
|
|
|
Please discuss this guideline <!--[here](https://github.com/microsoft/alguidelines/discussions/42) Fix the link -->
|
|
|
|
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).
|
|
|
|
<!-- Create a discussions-page of your pattern, and add the sentence "You can discuss this pattern [here](https://github.com/microsoft/alguidelines/discussions/42)" with the right link to that discussions-page. --> |