Skip to content

Commit

Permalink
chore: 📝 add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-hamam committed Nov 6, 2020
1 parent 1eba5b7 commit 3880c68
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Roadmap ⚡

This page lists all of the patterns that I plan to explain and implement in the future, or the patterns that need some kind of improvement as more examples or better explanation.

Feel free to add an issue with whatever pattern you want to see, or any improvement or suggestion you have in mind.

## Patterns to Be Implemented

### Behavioral Patterns

- [ ] Strategy <!-- TODO: Strategy Pattern -->
- [ ] Mediator <!-- TODO: Mediator Pattern -->

### Resiliency Patterns

- [ ] Circuit Breaker <!-- TODO: Circuit Breaker Pattern -->
- [ ] Bulkhead <!-- TODO: Bulkhead Pattern -->
- [ ] Retry <!-- TODO: Retry Pattern -->

## Examples Structure

Currently, there is a plan to change the examples structure, each example will have its own folder and tests to allow for better separate explanation for the example if needed.

The process of restructuring the examples and test will take time, so some of the patterns will be left for the current time according to the importance of having a separate explanation for the example.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
- [Proxy Pattern](./library/structural-patterns/proxy/README.md)
- [Adapter Pattern](./library/structural-patterns/adapter/README.md)
- [Facade Pattern](./library/structural-patterns/facade/README.md)
- [Roadmap](./ROADMAP.md)

0 comments on commit 3880c68

Please sign in to comment.