Skip to content

Commit

Permalink
Update tr/01-architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed Jan 14, 2013
1 parent 5841e6e commit 521652f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tr/01-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@
## ISP - Interface segregation principle
## DIP - Dependency inversion principle

# Tasarım şablonları
# Design patterns

http://en.wikipedia.org/wiki/Design_pattern_(computer_science)

## Oluşturucu

### Factory
### Abstract Factory
### Singleton
### Builder
### Factory Method
### Prototype
### Singleton

## Yapısal

### Adapter
### Bridge
### Facede
### Decorator
### Composite
### Flyweight
### Decorator
### Proxy
### Flyweight

## Davranışsal

### Command
### Memento
### Strategy
### Iterator
### Memento
### State
### Observer
### Strategy
### Chain of responsibility
### Mediator
### Observer
### Template Method
### Visitor
### Template Method

0 comments on commit 521652f

Please sign in to comment.