DesignOfEverydayThings - Norman Doors

Introduction


I like this book very much! I always can learn from it.
Have a chance to introduce this book to team, want to have some notes for "THE PSYCHOPATHOLOGY OF EVERYDAY THINGS"

Norman Doors

  • A door is supposed to be very simple. 
  • Maybe just open a door or shut it
  • A Norman Door is a door confuse people
  • This door seems like you need to pull, but it says you need to push.
  • It will be worse if this door only accept push and won't move when you pull.
  • No matter what, this door is confusing, so you can call it Norman Doors


沒有留言:

張貼留言

別名演算法 Alias Method

 題目 每個伺服器支援不同的 TPM (transaction per minute) 當 request 來的時候, 系統需要馬上根據 TPM 的能力隨機找到一個適合的 server. 雖然稱為 "隨機", 但還是需要有 TPM 作為權重. 解法 別名演算法...