File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
patterns/strategy/reservation_cargo_spaces Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ It contains **Dart** examples for all classic **GoF** design patterns.
2020 - [ ] ** State**
2121 - [ ] ** Template Method**
2222 - [ ] ** Visitor**
23- - [ ] ** Strategy** [[ Reservation cargo spaces] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/strategy/reservation_cargo_spaces )]
23+ - [X ] ** Strategy** [[ Reservation cargo spaces] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/strategy/reservation_cargo_spaces )]
2424- [ ] ** Structural**
2525 - [x] ** Adapter** - [[ Text Graphics] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/adapter/text_graphics )] [[ Square Round conflict] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/adapter/square_round_conflict )] [[ Flutter Adapter] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/adapter/flutter_adapter )]
2626 - [x] ** Bridge** - [[ Remote Device Control] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/bridge/devices_remote_control )] [[ Clock] ( https://github.com/RefactoringGuru/design-patterns-dart/tree/main/patterns/bridge/clock )]
Original file line number Diff line number Diff line change 1- # Memento pattern
1+ # Strategy pattern
22Strategy is a behavioral design pattern that lets you define a family of algorithms, put each of
33them into a separate class, and make their objects interchangeable.
44
You can’t perform that action at this time.
0 commit comments