Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add descriptions for Adapter Pattern and AutoPilot in Design Patterns… #96

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ 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.
Clifftech123 marked this conversation as resolved.
Show resolved Hide resolved
| [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.
| [AutoPilot](docs/design-patterns/autopilot.md) |The AutoPilot pattern is a behavioral design pattern that automates the decision-making process within a system, allowing it to operate independently with minimal human intervention. This pattern is often used in systems that require continuous operation and adaptive responses to changing conditions.
| [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