Merge pull request #124 from microsoft/waldo1001-patch-1

Update _index.md
This commit is contained in:
waldo 2022-02-23 23:43:09 +01:00 committed by GitHub
commit 4515a721bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,18 @@
--- ---
title: "Patterns" title: "Design Patterns"
weight: 2 weight: 2
no_list: true
description: > description: >
AL Code Design Patterns AL Code Design Patterns
--- ---
# Business Central 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 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)