vote up 1 vote down star

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

flag
1  
CW this, please. It's a highly subjective question and will rightfully be closed unless it's CW. – Welbog Jul 13 at 15:30
@Welbog: as you can see by my small rating I am new to stack overflow, what doe CW mean? – ForerMedia Jul 13 at 15:36
@ForerMedia: When you edit your question by clicking the 'edit' link beneath it, there is a checkbox under the question textbox that is called "Community wiki". Check that box. It becomes owned by the community, and people will be much more receptive to it. – Welbog Jul 13 at 15:38

closed as not a real question by ocdecio, Neil Butterworth, mipadi, Sinan Ünür, DevelopingChris Jul 13 at 15:35

12 Answers

vote up 2 vote down

Making things obvious.

link|flag
vote up 1 vote down

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.

link|flag
vote up 0 vote down

For example, this is not a particularly usable question, as it is too subjective.

link|flag
vote up 0 vote down

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).

link|flag
vote up 3 vote down

Usability is very complex, but to simplify it... Usability is understanding the target audience and create processes to accommodate their interests

link|flag
vote up 4 vote down

How not stupid is the application?

I guess I go by the same metric used by this code review joke, except picture a user

alt text

link|flag
1  
+1 aweeeeeeeeeesome! :-D – fortran Jul 13 at 15:35
a very non-wtf answer. NH sir. – Janie Jul 13 at 19:39
vote up 0 vote down

How about "[T]he study and application of ergonomic data with respect to end users"? And that's not a quote.

link|flag
vote up 1 vote down

Giving a user the ability to accomplish a task with the least amount of burden placed on them as possible.

link|flag
vote up 4 vote down

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.

link|flag
vote up 0 vote down

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).
One more point: The more types of users that can use it, the better.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

A program which fills the needs of its users and does it well.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.