Update content/docs/patterns/template-method-pattern/index.md
Co-authored-by: Henrik Helgesen <henrik@helgesen.consulting>
This commit is contained in:
parent
3f02553645
commit
32f0ec017f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ codeunit 50010 ExportSalesLines
|
||||||
//TODO Implementation of procedures used in example
|
//TODO Implementation of procedures used in example
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
As you can see in this example the readability gets bader with every new case.
|
As you can see in this example the readability gets worse with every new case.
|
||||||
|
|
||||||
## The Pattern
|
## The Pattern
|
||||||
To implement the Pattern you need at least 3 objects:
|
To implement the Pattern you need at least 3 objects:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue