Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waldo1001 committed Feb 23, 2022
1 parent dc63c56 commit 99c7e5e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions 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
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)

0 comments on commit 99c7e5e

Please sign in to comment.