:wave: Hey! I am curious about the workflow librar...
# squarelibraries
m
👋 Hey! I am curious about the workflow library. I have some questions: • What is your view on the lib as it relates with compose taking over the world not just on android in case anything has changed since this. • I've also seen cash app went the molecule route for presenters which is less constrained (which can be good and bad). Do you use both internally, if so how? • I like the explicitness of workflows but i'm wondering how you organize your code in modules? ie: do workflows in modules end up returning
Any
to avoid dependencies and then resolves at the factory level, you have shared interfaces, etc. Thanks!