Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmckeeth committed Dec 31, 2015
1 parent 6fe750c commit 9591c52
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# DelphiPatterns
Clone of https://delphipatterns.codeplex.com/ with minor changes for Delphi 10 Seattle support.

Each pattern is implemented in seperate directory/project. The pattern is in the *Pattern.pas* file, while the example for it is in the .DPR

List of patterns
* Behavioral.ChainOfResponsibility
* Behavioral.Command
* Behavioral.Interpreter
* Behavioral.Iterator
* Behavioral.Mediator
* Behavioral.Memento
* Behavioral.Observer
* Behavioral.State
* Behavioral.TemplateMethod
* Behavioral.Visitor
* Behavoral.Strategy
* BuildProcessTemplates
* Creational.AbstractFactory
* Creational.Builder
* Creational.FactoryMethod
* Creational.Prototype
* Creational.Singleton
* Structural.Adapter
* Structural.Bridge
* Structural.Composite
* Structural.Decorator
* Structural.Facade
* Structural.Flyweight
* Structural.Proxy

0 comments on commit 9591c52

Please sign in to comment.