36 lines
No EOL
1 KiB
Markdown
36 lines
No EOL
1 KiB
Markdown
+++
|
|
title = "Title of the Guideline"
|
|
weight = 1180
|
|
+++
|
|
This is a guideline, some parts are optional (if there's no content, remove the whole paragraph).
|
|
|
|
<_Created by (company), Described by (company)_\>
|
|
|
|
## 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](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices?discussions_q=TITLEOFYOURGUIDELINEGOESHERE+category%3A%22BC+Best+Practices%22)
|
|
|
|
<Please replace the "TITLEOFYOURGUIDELINEGOESHERE" in the link above, with the Title+of+the+Guideline (indeed, with "space" replaced by a "+") - and remove this line. \>
|
|
|
|
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).
|
|
|
|
If you don't find the discussion of this pattern, please feel fee to create a new one with the same title as this article. |