Why ‘Feature Rich’ is a Recipe of Failure

I think the term ‘feature rich’ and ’start-up’ don’t go together. Here are why:

cost more to design, develop and maintain
adds complexity to the site
adds barrier to understand and use the site
there is no guarantee user will use or like it

It is also a sign that the start-up does not know which [...]

Comments

Agile product management - Test first

In agile practice, developers write test first before they write any system functions. New functions are measured against these tests as well as all existing tests, and work is done only when all tests pass.
benefit:

clear goal in mind
easy to detect side effects introduced by the new function - old tests will fail when [...]

Comments