- Hands-On Dependency Injection in Go
- Corey Scott
- 124字
- 2021-06-10 19:17:51
Discovering a good user experience
A good user experience does not need to be divined. It does not need to be handed down from some experienced guru either. In fact, the problem with experience is that what is easy, simple, and obvious to you today is vastly different from what it was last month, last year, or when you were starting out.
A good UX can be discovered through logic, persistence, and practice. To find out what a good UX looks like for your user, you can apply my UX discovery survey.
Ask yourself the following four questions:
- Who is the user?
- What are your users capable of?
- Why do users want to use your code?
- How do your users expect to use it?
推薦閱讀
- Objective-C Memory Management Essentials
- Getting Started with ResearchKit
- 樂學Web編程:網站制作不神秘
- R語言數據可視化實戰
- Big Data Analytics
- TypeScript項目開發實戰
- Python忍者秘籍
- 第一行代碼 C語言(視頻講解版)
- Image Processing with ImageJ
- Instant Debian:Build a Web Server
- 征服C指針(第2版)
- Bitcoin Essentials
- Leaflet.js Essentials
- Mastering Machine Learning with scikit-learn
- 趣學數據結構