dave08
02/26/2023, 8:20 PMPetr Laštovička
02/27/2023, 8:10 AMcontext(Logger)
fun foo() {}
Ties
02/27/2023, 8:11 AMdave08
02/27/2023, 10:06 AMTies
02/27/2023, 11:21 AMdave08
02/27/2023, 11:31 AMJorge Bo
02/27/2023, 12:52 PMdave08
02/27/2023, 3:06 PMeffect { }
?Ties
02/27/2023, 3:12 PMdave08
02/27/2023, 3:16 PMTies
02/27/2023, 3:17 PMJorge Bo
02/27/2023, 3:37 PMdave08
02/27/2023, 3:43 PMbind()
to them in the use case, then it becomes impure right?Jorge Bo
02/27/2023, 3:59 PMdave08
02/27/2023, 4:00 PMbind()
wouldn't run it and try to return the happy path?Jorge Bo
02/27/2023, 4:03 PMdave08
02/27/2023, 4:14 PMsimon.vergauwen
02/27/2023, 4:29 PMsuspend
it travels all the way to your UI or Route but you can separate all suspend fun
and non-suspend fun in separate functions and then compose them together in your service layer.dave08
02/27/2023, 4:34 PMsimon.vergauwen
02/27/2023, 4:36 PMdave08
02/27/2023, 4:49 PMsimon.vergauwen
02/27/2023, 4:50 PMJorge Bo
02/27/2023, 4:52 PM