Skip to content

Commit

Permalink
[Technical test] Add question about backpressure (#280)
Browse files Browse the repository at this point in the history
* Add backpressure question

* Add Combine questions
  • Loading branch information
João Pereira authored Nov 13, 2019
1 parent 4b66d42 commit b912e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Interview/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Please keep in mind that this document is in a continuous state of flux, with ne
1. Do you know what Curried Functions are? How do they differ from Partial Application?
1. What is the `pipe` (`|>`) operator? Is it different from `map`? How do you propagate errors with it? Would a `flatPipe` operator make sense?
1. What is a monad? Have you ever used one? (Related: why do you think FP has so many academic sounding terms?)
1. Are you familiar with the Combine framework?
1. In what ways does it differ from ReactiveSwift or RxSwift?
1. Can you explain the concept of backpressure?

### SWIFT

Expand Down

0 comments on commit b912e79

Please sign in to comment.