優れた UI デザインが一部の開発者にとって難しいのはなぜでしょうか? [closed] 質問する

優れた UI デザインが一部の開発者にとって難しいのはなぜでしょうか? [closed] 質問する

UIデザインのソフトな側面に苦労する人もいます(特に私自身バックエンドのコーダーはビジネスロジックとデータ層の設計しかできないのでしょうか?脳を再訓練する魅力的で便利なプレゼンテーション レイヤーをより効果的に設計するにはどうすればよいでしょうか?

同僚が私に勧めてくれた本には、サイトのデザイン考えさせないでそしてソフトウェアがダメな理由しかし、この分野での欠点を補うために他の人は何をしてきたのか気になります。

ベストアンサー1

はっきり言います。

これを改善するには、ガイドラインを作成するだけでは不十分です。ソフトウェアに対する考え方を再構築することから始まります。

ハードコアな開発者のほとんどは、ゼロソフトウェアのユーザーに対する共感。全く分からないユーザーがどのように考えるか、ユーザーが使用するソフトウェアのモデルをどのように構築するか、そして一般的にコンピューターをどのように使用するか。

It is a typical problem when an expert collides with a laymen: How on earth could a normal person be so dumb not to understand what the expert understood 10 years ago?

One of the first facts to acknowledge that is unbelievably difficult to grasp for almost all experienced developers is this:

Normal people have a vastly different concept of software than you have. They have no clue whatsoever of programming. None. Zero. And they don't even care. They don't even think they have to care. If you force them to, they will delete your program.

Now that's unbelievably harsh for a developer. He is proud of the software he produces. He loves every single feature. He can tell you exactly how the code behind it works. Maybe he even invented an unbelievable clever algorithm that made it work 50% faster than before.

And the user doesn't care.

What an idiot.

Many developers can't stand working with normal users. They get depressed by their non-existing knowledge of technology. And that's why most developers shy away and think users must be idiots.

They are not.

If a software developer buys a car, he expects it to run smoothly. He usually does not care about tire pressures, the mechanical fine-tuning that was important to make it run that way. Here he is not the expert. And if he buys a car that does not have the fine-tuning, he gives it back and buys one that does what he wants.

Many software developers like movies. Well-done movies that spark their imagination. But they are not experts in producing movies, in producing visual effects or in writing good movie scripts. Most nerds are very, very, very bad at acting because it is all about displaying complex emotions and little about analytics. If a developer watches a bad film, he just notices that it is bad as a whole. Nerds have even built up IMDB to collect information about good and bad movies so they know which ones to watch and which to avoid. But they are not experts in creating movies. If a movie is bad, they'll not go to the movies (or not download it from BitTorrent ;)

So it boils down to: Shunning normal users as an expert is ignorance. Because in those areas (and there are so many) where they are not experts, they expect the experts of other areas to have already thought about normal people who use their products or services.

What can you do to remedy it? The more hardcore you are as a programmer, the less open you will be to normal user thinking. It will be alien and clueless to you. You will think: I can't imagine how people could ever use a computer with this lack of knowledge. But they can. For every UI element, think about: Is it necessary? Does it fit to the concept a user has of my tool? How can I make him understand? Please read up on usability for this, there are many good books. It's a whole area of science, too.

Ah and before you say it, yes, I'm an Apple fan ;)

おすすめ記事