Tagged Questions

6
votes
5answers
4k views

What is Functional Decomposition?

Functional Decomposition, what is it useful for and what are it's pros/cons? Where are there some worked examples of how it is used?
2
votes
3answers
578 views

Conventions for the behavior of double or triple “click to select text” features?

Almost any mature program that involves text implements "double click to select the word" and, in some cases, "triple click to select additional stuff like an entire line" as a feature. I find these ...