|
|
|
|
|
by rplnt
4503 days ago
|
|
I think you can make moderately safe choice if you have the usage data. I.e. if you see 0.5% of active users use some functionality, you can remove it. It can help rest of the users (make the app more simple) and you as well (smaller code base). Also adds possibility to add another feature without cluttering the app. |
|
Grrr.
The implication behind this statement is that if most users don't use something, the one's that do don't find it useful.
I regard this implication to be false, and damaging.
> It can help rest of the users (make the app more simple)
If a user interface is well designed, then features that someone doesn't use won't get in their way.