Merge branch 'main' into InstallHugoOnWindows11

This commit is contained in:
Henrik Helgesen 2022-02-25 08:45:57 -08:00 committed by GitHub
commit 1486266329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
208 changed files with 398 additions and 244 deletions

View file

@ -1,6 +1,6 @@
---
title: "begin as an afterword"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---
@ -27,8 +27,3 @@ When `begin` follows `then`, `else`, `do`, it should be on the same line, preced
end;
```
## Discussion
Discuss this Best Practice [here](https://github.com/microsoft/alguidelines/discussions/123)
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).