I'd love to see a similar list for software engineering. - if your code isn't important enough to be tested, it's not important to be written - every function must fit a single screen
Everytime my co-worker tries to mention the "Pareto-Principle" (a.k.a. "Please let's not waste time on this, because it's frontend and I don't care about frontend") and "Single Source of Truth" (a.k.a. "let's expose our DB as directly as possible"), my soul barfs.
UX clichés
21–30 of 172 posts
Re: UX clichés
#22I'd love to see a similar list for software engineering. - if your code isn't important enough to be tested, it's not important to be written - every function must fit a single screen
Everytime my co-worker tries to mention the "Pareto-Principle" (a.k.a. "Please let's not waste time on this, because it's frontend and I don't care about frontend") and "Single Source of Truth" (a.k.a. "let's expose our DB as directly as possible"), my soul barfs.
Re: UX clichés
#23I'd love to see a similar list for software engineering. - if your code isn't important enough to be tested, it's not important to be written - every function must fit a single screen
- if your code isn't important enough to be tested, it's not important to be written Does this rule cover all code? Do your tests, which are code themselves, not need their own tests? If not, what is special about a test that you know it's correct, when there is no faith in in non-test code? Is it possible to write your program entirely out of the special "test" code, so that it's always correct and doesn't need to b…
The problem is that, like all other cliches, it sounds very convincing and it may take quite some time for the young inexperienced mind to rebuff it.
Re: UX clichés
#24My favourite business cliche is a diagram with three or four things in a circle. I thought about it so much I know think the circular process is an inevitable consequence of reality. Still, the business ones are usually pretty vacuuous.
I'm thankful that the words "paradigm" and "synergy" have been mocked enough that business people avoid them now.
Re: UX clichés
#25Earlier quoted context omitted.
Everytime my co-worker tries to mention the "Pareto-Principle" (a.k.a. "Please let's not waste time on this, because it's frontend and I don't care about frontend") and "Single Source of Truth" (a.k.a. "let's expose our DB as directly as possible"), my soul barfs.
I always thought single source of truth applied to documentation. It doesn't make sense used in terms of UI or anything beyond "I need info, where do I look?"
Re: UX clichés
#26Earlier quoted context omitted.
I'm thankful that the words "paradigm" and "synergy" have been mocked enough that business people avoid them now.
Now they are leveraging a lot.
Re: UX clichés
#27I do have a comment on this one:
> “Users don’t read”
> An overly used argument to convince clients and stakeholders to cut copy length in half. If you made this far to this article, you’re living proof that this statement is untrue.
The real principle here is that users don't read anything that doesn't look like it will help them do what they're trying to do.
In the case of the article: Sure, I read the article, because I wanted to read the article. But notice I didn't read the titlebar, the subtitle, the author, the nav, the footer, the newsletter subscription form...
Someone reading copy probably wants to know something about your product. Depending on what they want to know, they might skim around the page looking for the most relevant thing – for instance, looking for a header named "Specs" when trying to find battery life.
Making your copy shorter will certainly make that task easier and save their time, and it'll probably make it less likely that they'll decide they didn't want to know things about your product that much.
Re: UX clichés
#28A carefully curated collection of resources
Translation: a list of links
Even better if you can shoehorn “hand-picked” in there (A hand-picked collection of curated resources to help you learn [technology])
Presumably the hand-picked links are always preferable over the, er, robot-picked ones.
I wonder what a real museum curator must make of it all (I presume they don’t really care).
Re: UX clichés
#29The quoted aphorisms, in my personal experience, aren't used for the reasons being imputed. It feels like forced satire. For example: > "Content is king" - A pretty strong argument to convince everyone to push the deadline because you haven’t received the content that will go on the page you are designing. I've heard this a lot, but never from a designer trying to push a deadline. It's used to say "stop wasting time…
... that’s because the author clearly states, at the bottom of the article, that it’s satire.
Except good satire uses exaggeration to lampoon things that are (at least partially) true in reality.
Whereas for half the examples here my reaction was, "No one has ever said that for that reason."
Re: UX clichés
#30I'd love to see a similar list for software engineering. - if your code isn't important enough to be tested, it's not important to be written - every function must fit a single screen