12 Matching Annotations
  1. May 2017
    1. An English-reading user might be able to figure out what FileNotFoundException means, but it won’t internationalize well.

      why is that? Is it simply because there is no space in between the words?

  2. Apr 2017
    1. But instead of sending the event directly to the target, it would first try sending it to the root of the tree, and so forth down the ancestor chain until it reached the target.

      if it is propagated downward, what happens if there are two children who can both handle the event?

      Using the bottom diagram of "Hit Testing and Event Propagation", what happens when a event can be both handled by Circle A and Label A?

  3. Mar 2017
    1. affordances tend to diminish rather than increase.

      In this way, wouldn't entry barrier (not sure if it's an appropriate term to use) for novice users become extremely high?