Update content/docs/patterns/template-method-pattern/index.md
Co-authored-by: Henrik Helgesen <henrik@helgesen.consulting>
This commit is contained in:
parent
691c2fd48f
commit
f4b53bdd45
1 changed files with 1 additions and 2 deletions
|
|
@ -7,8 +7,7 @@ categories: ["Pattern"]
|
|||
_Created by Patrick Schiefer, Described by Patrick Schiefer_
|
||||
|
||||
## Abstract
|
||||
The goal of this pattern is too simplify the solution of similar problems and make your code more readable
|
||||
|
||||
The goal of this pattern is to simplify the solution of similar problems and make your code more readable.
|
||||
|
||||
## Problem
|
||||
In nearly every app you have sometimes to solve similar problems for diferent cases. Mostly not the same developer will solve every case. This results in diferent solutions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue