Added tags & categories + cleanup

This commit is contained in:
waldo1001 2022-02-24 14:45:35 +01:00
parent 4515a721bd
commit 5ee0436639
161 changed files with 295 additions and 34 deletions

View file

@ -1,10 +1,10 @@
---
title: "DeleteAll"
tags: ["Performance"]
tags: ["AL","Performance"]
categories: ["Best Practice"]
---
<_Created by waldo, Described by waldo_\>
_Created by waldo, Described by waldo_
## Description

View file

@ -1,6 +1,6 @@
---
title: "Subscriber Codeunits"
tags: ["Performance"]
tags: ["AL","Performance"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "begin as an afterword"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Begin-End - Compound Only"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Binary Operator to Start Line"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "CASE Action on next line"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Comment Spacing"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "end else pair"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Keyword Pairs - Indentation"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,9 +1,9 @@
---
title: "Line Start Keywords"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---
<_Created by Microsoft, Described by waldo_\>
_Created by Microsoft, Described by waldo_
## Description
The `end`, `if`, `repeat`, `for`, `while`, `else` and `case` statement should always start a line.

View file

@ -1,6 +1,6 @@
---
title: "Lonely Repeat"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Named Invocations"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "One Statement per Line"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Seperate if and else"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Spacing Binary Operators"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Suggested Abbreviations"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Unnecessary else"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Unnecessary true/false"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Variable Naming"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---

View file

@ -1,6 +1,6 @@
---
title: "Variables Declarations Order"
tags: ["Readability"]
tags: ["AL","Readability"]
categories: ["Best Practice"]
---