From 99c7e5ebe565461f29093ee604a4a0fc1f8275ce Mon Sep 17 00:00:00 2001 From: waldo Date: Wed, 23 Feb 2022 19:02:04 +0100 Subject: [PATCH] Update _index.md --- content/docs/patterns/_index.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/content/docs/patterns/_index.md b/content/docs/patterns/_index.md index b7813e2b9..612757001 100644 --- a/content/docs/patterns/_index.md +++ b/content/docs/patterns/_index.md @@ -1,13 +1,18 @@ --- -title: "Patterns" +title: "Design Patterns" weight: 2 -no_list: true description: > AL Code Design Patterns --- # Business Central Design Patterns -## Why are Design Patterns important? +This section will cover patterns that solve certain design challenges in Business Central. -Blah Blah Blah \ No newline at end of file +From wikipedia: + +_In Computer science, a Design pattern is an abstract solution to a certain problem. Design patterns are used in object oriented programming. They give a possible solution to a problem of designing software ... They also simplify the language between computer scientists. Ideally, a design pattern should be reusable many times. It is like a brick of a house, it can be used for many different problems. One can also build bridges with bricks, not only houses._ + +## Discussion + +All discussion related to Best Practice are to be found on the Github Repo's Discussion pages, found [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-patterns)