3 Matching Annotations
- Sep 2020
-
-
You can imagine the ensuing combinatorial explosion if we needed to add borders or box shadows or filters or what-have-you.
-
-
docs.google.com docs.google.com
-
In the old event-driven world, it wasn’t like that. As well as worrying about creating the views corresponding to those states, you had to consider the transitions between states — from a to b, a to c, a to d and so on — but also from b back to a, from b to c… until you end up with a combinatorial explosion of code paths. Now imagine we added a seventh state, or an eighth… and if your app only has 8 possible states then I envy you.
-
- Nov 2019
-
ometer.com ometer.com
-
it’s extremely common to find a bug that only happens if some certain combination of options are enabled
Tags
Annotators
URL
-