manueldidonna
05/01/2020, 9:56 AMLeland Richardson [G]
05/01/2020, 4:01 PMweight
modifier less of a foot-gun than it can be in today’s layout system.
Also, the programming model itself will push you towards nesting of composables for abstraction, but not as much towards nesting of layout nodes. This helps raise the ceiling.
Overall my suggestion would be to not consider the above recommendation for views as mapping over to compose.
@George Mount and @Mihai Popa might have more to add here though.Zach Klippenstein (he/him) [MOD]
05/01/2020, 4:55 PMLayout
actively prevents you from doing multiple measure passes, which makes some of the worse footguns like LinearLayout
impossible to do. 🎉manueldidonna
05/01/2020, 10:00 PM