Skip to content

Commit

Permalink
Merge pull request #96 from Clifftech123/add-design-patterns-content
Browse files Browse the repository at this point in the history
Add descriptions for Adapter Pattern and AutoPilot in Design Patterns…
  • Loading branch information
mehdihadeli authored Aug 12, 2024
2 parents c9b0290 + 6b353c7 commit 3d521b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,8 @@ I created this repository to share a set of links that I found valuable and insp
### Design Patterns
| Topic | Description |
|:-------:|:----------- |
| [Design Patterns](docs/design-patterns/design-patterns.md) | TODO...
| [Adapter Pattern](docs/design-patterns/adapter-pattern.md) | TODO...
| [AutoPilot](docs/design-patterns/autopilot.md) | TODO...
| [Design Patterns](docs/design-patterns/design-patterns.md) | A comprehensive list of design patterns with examples and explanations of how they can be used to solve common software design problems.
| [Adapter Pattern](docs/design-patterns/adapter-pattern.md) | The Adapter Pattern is a structural design pattern that allows objects with incompatible interfaces to work together by providing a wrapper that adapts the interface of one object to match the interface of another. Actually The Adapter acts as a wrapper between two objects. It catches calls for one object and transforms them to format and interface recognizable by the second object.
| [Builder](docs/design-patterns/builder.md) | TODO...
| [Chain of Responsibility](docs/design-patterns/chain-of-responsibility.md) | TODO...
| [Command Message Pattern](docs/design-patterns/command-message-pattern.md) | TODO...
Expand Down

0 comments on commit 3d521b3

Please sign in to comment.