gbaldeck
12/15/2020, 1:48 AMAdam Powell
12/15/2020, 2:34 AMFlow
in this way; each link in an assembled chain applies its own behavior and the links to either side of it communicate with it only through a very narrow contract.Adam Powell
12/15/2020, 2:36 AMFlow
operators, this brings a lot of composability and extensibility, but it means that the burden falls on the docs and appeals to familiar API conventions for each modifier to set expectations for the developer assembling themgbaldeck
12/15/2020, 5:25 AMgbaldeck
12/15/2020, 5:33 AMColton Idle
12/15/2020, 6:33 AMgbaldeck
12/15/2020, 2:17 PMgbaldeck
12/15/2020, 2:19 PMgbaldeck
12/15/2020, 2:26 PMAdam Powell
12/15/2020, 3:45 PMAdam Powell
12/15/2020, 3:46 PMAdam Powell
12/15/2020, 3:46 PMAdam Powell
12/15/2020, 3:47 PMAdam Powell
12/15/2020, 3:48 PMAdam Powell
12/15/2020, 3:50 PMAdam Powell
12/15/2020, 3:51 PMAdam Powell
12/15/2020, 3:53 PMAdam Powell
12/15/2020, 3:55 PMAdam Powell
12/15/2020, 3:55 PMAdam Powell
12/15/2020, 3:57 PMAdam Powell
12/15/2020, 3:59 PMAdam Powell
12/15/2020, 4:01 PMAdam Powell
12/15/2020, 4:02 PMgbaldeck
12/15/2020, 4:02 PMgbaldeck
12/15/2020, 4:03 PMAdam Powell
12/15/2020, 4:03 PMAdam Powell
12/15/2020, 4:03 PMAdam Powell
12/15/2020, 4:03 PMAdam Powell
12/15/2020, 4:05 PMAdam Powell
12/15/2020, 4:05 PMgbaldeck
12/15/2020, 4:05 PMAdam Powell
12/15/2020, 4:05 PMViewGroup.MarginLayoutParams
always workedAdam Powell
12/15/2020, 4:06 PMAdam Powell
12/15/2020, 4:16 PMColton Idle
12/15/2020, 4:23 PMAdam Powell
12/15/2020, 4:25 PMAdam Powell
12/15/2020, 4:26 PMAdam Powell
12/15/2020, 4:26 PMKoneko Toujou
09/11/2021, 6:09 PMThe code that processed any one padding property had to be aware of all of the others to work correctly.
As i can only assume that you mean:
the code that processes any one of the padding
needs to be aware of any changes in the behaviour of any portion of the rest of the code that may handle padding (such as adding code for supporting bidi padding)
And then ensure that everything still works the way it should with both the new behaviour, and the old behaviourAdam Powell
09/11/2021, 7:48 PMKoneko Toujou
09/12/2021, 3:54 AM