TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How do you work with Designers?

4 点作者 captain_crabs将近 9 年前
As a developer on a variety of small teams within small companies, I&#x27;ve never &#x27;clicked&#x27; with a designer in a consistent way.<p>There are two buckets in my head. Visual designers simply want to make things look pretty, often with little regard to usability or implementation. UX designers take responsibility for understanding the users, and all the tradeoffs present in the entire interaction. UX designers answer &quot;What?&quot; Developers answer &quot;How?&quot; Visual designers answer &quot;am I happy with how this looks?&quot;<p>Likely pissed some of you off so please understand: don&#x27;t intend to demean visual design. My frustration is spilling into the definition. In the projects I&#x27;ve worked on the designers produce work that looks pretty but isnt usable, or has no regard for implementation. Feel frustration at the emphasis put on the visual part because I feel like its coming at the detriment of putting out useful, intuitive software<p>Noticed the designers in each org slowly become someone that nobody else wants to work with, so they get silo&#x27;d off into their own projects and at some point cut out. Honestly a lot of the time I feel like I can&#x27;t talk with them without deeply offending their ego, and so I&#x27;m left dedicating a lot of time and energy to communicating the &quot;right&quot; way with them. I feel like we should be discussing, we should be arguing, talking about stuff. But its silent, deadline comes, and I&#x27;ve gotta put something there so I do and thats what sticks. But there&#x27;s no thought behind it, just me getting to functional.<p>Want to be able to lean on the designer to think the things I can&#x27;t (even if it makes implementation considerably more difficult!). Looking for: explanation why, how they got there, and have some input along the way (ideally to judo down a complicated implementation to a simpler and still be good). On occasion collaboration will happen and usually these are the best parts of the projects.<p>Beneath it all, here&#x27;s my real question: Is it me? What can I do better?

2 条评论

vitovito将近 9 年前
UX person here. I can do the spectrum of work from BRD and research through to wireframes and prototypes, but I stop before visual design.<p>You&#x27;ve enough detail in here that it&#x27;s probably not entirely you, but rather your organization. The org has probably hired <i>artists</i> not <i>designers</i> and doesn&#x27;t know how to make them properly accountable.<p>The simplest difference between an artist and a designer is who they work for. An artist works for themselves, a designer works for a business goal. An artist wants to be personally satisfied, a designer has metrics.<p>I&#x27;ve never met an artist I would trust to also do research or usability design, however, so wanting to push them be UX people instead of artists is probably not going to work.<p>However, you might be able to exert pressure by giving them design constraints.<p>A visual designer isn&#x27;t designing a UI for themselves, they&#x27;re designing a UI for the users of their application, so their business goals are things like user satisfaction, user comprehension, and user efficiency. Do the <i>users</i> like the look and feel (measured with things like desirability tests)? Do the <i>users</i> understand what they are looking at and finding what they need on each screen (measured with comprehension tests)? Do the <i>users</i> get their activities done as fast or ergonomic as possible (measured with usability tests)?<p>The last one you can directly influence on the engineering side. Chapter four of _The Humane Interface_ explains how to quantify usability. You can literally measure the usability of a UI and establish standards for performance, just like you establish standards for your code&#x27;s performance. You can mathematically determine the minimum amount of input required to accomplish a task and measure the UI against that, with goals of improving the UI a certain amount over time. You could create test suites that measure a click path to see if a UI change improves or regresses it.<p>Putting these design constraints in place and then making the designers responsible for hitting them are a good way to see whether they&#x27;re really designers, or just artists.
评论 #12222209 未加载
PaulHoule将近 9 年前
It&#x27;s a tough problem and it goes beyond visual design and has to do with the difference between a &quot;group&quot; and a &quot;team&quot;.<p>In a group everybody thinks their responsibility starts and stops in a narrow scope and they get defensive when people push on them to rethink that and the last thing they want to do is slow down working on their little piece to help somebody else or get consensus on something.<p>In a team there is a sense that we are pulling together to attain a greater goal and people do what it takes even if it goes outside what they think their job description here.<p>Often teams are created by a real or artificial crisis. At one place I worked, I got gelled into a team right away because they put me on a project that was horribly behind schedule and that meant getting a huge amount of support from everybody in the office to get it ready. I worked at another place for about 4.5 years and it turned out the crisis that got me integrated into a team with (one of my overlapping) workgroups was also the one that got me (and my other workgroup) fired.<p>Military training of course works this way, and so do &quot;team building&quot; exercises.
评论 #12222214 未加载