Aside the fact that more features means more time spent supporting them- is it actually true that too many features degrade the product because it becomes too complicated? I disagree. A good interface organisation can hide the most complex features from most users. The lack of a feature might force users to use a different product; but if the software is confusing, or bloated, this is a problem with its how it's orga…
in case of bloat most features are not used. you spend almost all your time and attention maintaining shit nobody cares about
The more features you add
11–20 of 35 posts
Re: The more features you add
#12You could add infinite features, then if they don't stick, deprecate them but leave them in.
Re: The more features you add
#13That's hard for a business to turn down.
Re: The more features you add
#14Joel Spolsky wrote years ago that nothing generated new sales of his software more than releasing a new version with more features. That's hard for a business to turn down.
Re: The more features you add
#15It's true that any app that lives long enough reaches an "optimum" version and then goes downhill from there. For Microsoft Word, for instance, the optimum, or "Elvis" version was "v5.1 for Mac".
Re: The more features you add
#16Aside the fact that more features means more time spent supporting them- is it actually true that too many features degrade the product because it becomes too complicated? I disagree. A good interface organisation can hide the most complex features from most users. The lack of a feature might force users to use a different product; but if the software is confusing, or bloated, this is a problem with its how it's orga…
Re: The more features you add
#17Aside the fact that more features means more time spent supporting them- is it actually true that too many features degrade the product because it becomes too complicated? I disagree. A good interface organisation can hide the most complex features from most users. The lack of a feature might force users to use a different product; but if the software is confusing, or bloated, this is a problem with its how it's orga…
Re: The more features you add
#18Re: The more features you add
#19the more bugs
Often times a new feature is similar from the API perspective to pre-existing ones.
If that's the case either integration is simple, or you need to refactor the underlying API (which means that when you eventually get around to implementing the feature it (and similar future features) will integrate cleanly).
Re: The more features you add
#20the more bugs