@Czar commented on
@Paul Woitaschek’s file
https://kotlinlang.slack.com/files/U0KBF8D7V/F87H4AFQT/-.kt: Well, first of all, what does combineLatest do?
Second, seems you're doing two things in one expression: calling function combineLatest which does something with params and creating FoodSummaryModel, why?
I have this questions because you only shared small part of your code, if you share more, I'll probably understand, but that becomes code review 😉
And finally third, if you have lambda as last parameter, why not get it out of parenthesis?