What is usability? I'm curious to know what programmers think it is.
NB: Please don't cut and past some definition you found elsewhere - I want your opinion
|
|
What is usability? I'm curious to know what programmers think it is. NB: Please don't cut and past some definition you found elsewhere - I want your opinion |
||||||||
|
closed as not a real question by ocdecio, Neil Butterworth, mipadi, Sinan Ünür, DevelopingChris Jul 13 at 15:35 |
|
|
Making things obvious. |
|||
|
|
|
|
Usability is a measure of how usable a program is. To be usable, the program must perform a function in a manner that is easily understood by humans; it should map human behavior, and should fallow accepted conventions. |
||
|
|
|
|
For example, this is not a particularly usable question, as it is too subjective. |
||
|
|
|
|
Too subjective to answer properly other than to say ease of use. Usability will mean different hings to different people. For a computer program, it could mean anything from being logically thought/laid out to taking into account colour blindness or disabilities (from sight imparement to only one hand). |
||
|
|
|
|
Usability is very complex, but to simplify it... Usability is understanding the target audience and create processes to accommodate their interests |
||
|
|
|
|
How not stupid is the application? I guess I go by the same metric used by this code review joke, except picture a user
|
||
|
|
How about "[T]he study and application of ergonomic data with respect to end users"? And that's not a quote. |
||
|
|
|
|
Giving a user the ability to accomplish a task with the least amount of burden placed on them as possible. |
||
|
|
|
|
Usability is not needing to have a manual to accompany the software. It's about always doing what the user expects, wording everything clearly, and always having an option for every conceivable thing the user will want to do in just the right place. Usability is helping the user forget he's using your software. |
|||
|
|
|
|
A tool is most usable when it's purpose is intuitive to understand (i.e. no FAQ/Tutorials are needed), and using it to accomplish a task don't takes too much steps (which you would have to memorize otherwise, unless they are intuitive steps). |
||
|
|
|
|
Usability is a state of comfort and familiarity instilled within a user of a given application. The more comfortable and familiar the user feels with the application, the better its usability will be. This is why you see many flawed UI practices carried on from version to version (Options > Preferences anyone?). The perception of usability to the user is the most important thing; in most cases I tend to view the perception of usability as usability itself. |
||
|
|
|
|
A program which fills the needs of its users and does it well. |
||
|
|