<@U4QQQ0J1H> If you 'hide' too much logic behind t...
# coroutines
d
@leosan If you 'hide' too much logic behind these kinds of function (especially interactions with views...), it'll get kinda hard to follow the flow... coroutines are not like Rx, they allow you to write linear code w/o concurrency worries.. so it all depends on the thing you need to do 😉
👍 1