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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -