4 Matching Annotations
  1. Aug 2016
    1. Secondly, if it is possible to make a mistake, make it easy to recover.
    2. Every time your application requires input from users, either in the form of using controls or providing information, ask yourself whether it is possible to do that work for them.
    3. Instead, only show controls when they are needed
    4. Therefore, only include essential controls and information in your application interface.