Skip to content

Commit

Permalink
Make goal to provide reactive extensions more general
Browse files Browse the repository at this point in the history
Now that we are aiming to support Combine, reflect that in the vision document.
  • Loading branch information
BasThomas committed Jul 5, 2020
1 parent 41df678 commit e1a2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vision.md
Expand Up @@ -5,7 +5,7 @@
- provide an API that makes it easy to stub network requests.
- provide an API where common things are easy, and uncommon things are possible.
- provide basics of response decoding while exposing customization points for other libraries to help.
- provide (optional) RxSwift / ReactiveSwift extensions to the API.
- provide (optional) reactive (RxSwift, ReactiveSwift, Combine) extensions to the API.
- avoid leaky abstractions by providing thoughtful and easy-to-use extension points for customizing behaviour.
- favour explicitly-defined behaviour over default implementations.
- cultivate an inclusive open source community through respectful discussion.
Expand Down

0 comments on commit e1a2e3e

Please sign in to comment.