|
|
|
|
|
by madeofpalk
3045 days ago
|
|
Designing is just like coding. You've got to be pragmatic about knowing when and where to use the tools in your belt. You might have your little favourite programming trick, but a good programmer will know when and where to use it - you don't want to use a map function everywhere. Note that the article's point about buttons isn't prescriptive and doesn't say "always do buttons like this". Instead, it talks about a common specific use case and talks about how you can improve the situation. It's up to you to take that information inboard and judge where to use it. It sounds like the specific example you cited was a good time to not follow this approach. |
|
The only time I'd use a 'button' without a background color is something I don't actually want the user to use. For example, a 'delete' option on their profile or the 'unsubscribe' link in a newsletter.
But I'm not user hostile so I'd still make those options easy to find for users who wish to use them instead of trying to pad my "user retention rate" or whatever numbers the marketers are trying to make look good.