process - When deciding on a feature, what do you do? -


do think of reasons implement it, or reasons not implement it? advantages of each?

this fine joel spolsky post says:

  1. make list of possible features.
  2. vote filter out worst features.
  3. assign cost each feature.
  4. allot limited feature budget each participant.
  5. find out features popular when allocating budgets.

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -