Update _index.md
This commit is contained in:
parent
dc63c56067
commit
99c7e5ebe5
1 changed files with 9 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue