|
|
|
|
|
by John23832
848 days ago
|
|
> Adopting RxJava means fixing all the bugs in everything up front. That is why it feels complex. I disagree with this. It mentally changes the thought processes when debugging, which was the biggest issue that was brought up. > Does test user creation need to be bug free? I don’t know. It feels like something where productful test user creation can ship with bugs, even if in reality your test code harnesses should not be buggy. It should be bug free at Netflix scale. My service created more customers daily than Netflix signed up monthly. It also sat in the middle of Growth. People use it to gate deployments. It needs to work flawlessly (or at least consistently). |
|
Are there any talks or blog posts on how y’all wired this up, lessons learned etc?