logo

Quotes About User-friendly

The Macintosh was supposed to be the computer for people that just wanted to use a computer without having to learn how to use one.
~ Steve Jobs
I'm not massively into computers. I'm a fan of Macs because they're more user friendly, so I'm used to using them.
~ Matthew Kane
You don't need to be a computer scientist to use a Windows Phone. I think you do to use an Android phone.
~ Steve Ballmer
I Try to design things that someone like myself would like to use which is that it just works, and you don't have to think about it at all
~ Unknown
We want the average person to use it and think that it makes the experience of using Pinterest better.
~ Ben Silbermann
Any product that needs a manual to work is broken.
~ Elon Musk
superb design. Many readers have
~ Donald A. Norman
When a device as simple as a door has to come with an instruction manual—even a one-word manual—then it is a failure, poorly designed.
~ Donald A. Norman
Design note: as we'll learn in Chapter 30, the __repr__ method is often used to provide an as-code low-level display of an object when present, and __str__ is reserved for more user-friendly informational displays like ours here.
~ Unknown