ground-android icon indicating copy to clipboard operation
ground-android copied to clipboard

[Code health] Flatten nesting on more complex Rx chains

Open gino-m opened this issue 4 years ago • 1 comments
trafficstars

Avoid using more advanced Rx features wherever possible. Instead, try using at most switchMap and flatMap. @scolsen @shobhitagarwal1612 FYI.

gino-m avatar Dec 23 '20 17:12 gino-m

Or use Flow instead?

gino-m avatar Aug 30 '22 19:08 gino-m

Likely deprecated by migration to coroutines.

scolsen avatar Feb 27 '23 18:02 scolsen