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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some clever ways for a non-technical person to work with devs?

6 点作者 highwayman4712 个月前
What are some clever strategies or methodologies you&#x27;ve employed to verify a developer&#x27;s honesty and quality of work when you lack deep technical understanding?<p>For example, if you have a developer doing something technical - how can you ensure it&#x27;s done correctly?<p>I suppose you could have them do the work and then have a separate dev check the work (if resources allow)?<p>Interested in potential ideas - treat this more as a brainstorming activity where all responses don&#x27;t need to be entirely practical.

9 条评论

MattGaiser12 个月前
What kind of a thing is this?<p>Is there a reason you couldn&#x27;t simply act as the user and test it out? Most QAs I have worked with have not been technical either.
评论 #40447902 未加载
solardev12 个月前
Define your requirements as best as you can, based on examples you&#x27;ve seen in other websites&#x2F;apps. Ask for the source code every so often.<p>Ask ChatGPT how it would go about making something with similar requirements, step by step, and then feed it back the source code you get from the dev and ask it if it&#x27;s a reasonable way to approach that problem. It&#x27;s probably going to do better than hiring another rando dev who you don&#x27;t already know to be trustworthy. Tell it you&#x27;re not technical and to explain what the code should do in a best practice situation and compare it with the source code you actually provided, explaining differences in layman&#x27;s terms.
exaldb12 个月前
The best way is probably to ask them to show you that it’s working and explain how they know that’s the intended or correct behavior.<p>Another way would be to learn some technical details so you understand what they’re saying and doing instead of writing yourself off as non-technical.<p>A worse but doable way is to have someone with expertise check their work. That only makes sense if you don’t trust your developers which is a pretty bad situation.<p>Your question is weird because it’s sort of like asking “How do you know if a contractor is building a house properly when you don’t know anything about building houses?”
tucaz12 个月前
How do you make sure that a plumber or a construction worker or even a surgeon is going to do the right thing?<p>It usually helps if you look at the problem from a different perspective.
interbased12 个月前
In a non-technical role, the definition of something being “done correctly” ends when the output&#x2F;result matches the requirements. Whether that be a user experience, reporting, or whatever the requirements are. As long as those are clearly defined, and you can test the application against those definitions, the trust lies in the development team that it was programmed properly.<p>Any kind of testing should be defined at a high level. What is being tested and what is the expected result? What should trigger an alert?
codingdave12 个月前
Does it work as expected? Then they did it correctly. Did they do it fast enough to meet the business needs? Then they did it quickly enough. Do they keep delivering things that work, that are done fast enough for the business, and you don&#x27;t they keep working? Then the quality is high enough.<p>Trust your people. If you spend all your energy trying to second-guess whether they are competent, they won&#x27;t stick with you. And if they did not deserve that trust, it will show in their results quickly enough anyway.
EchoStar2712 个月前
I my experience, its something that starts with trust, a lot of times you would have trust what a dev is saying, but still asking questions, asking why an estimate on a task is what is being proposed, why would it take more effort, what are the alternative ways of doing it etc. Too much agreement on everything and complete lack of agreement are both signs of something not right. Healthy debates are good
noashavit12 个月前
If the quality of work isn&#x27;t verifiable by performance indications you&#x27;d be best off having another developer review the code.
gitgud12 个月前
&gt; <i>What are some clever strategies or methodologies you&#x27;ve employed to verify a developer&#x27;s honesty</i><p>Same as anybody else, just see if they can deliver on what they say.<p>More developers is better though, as you’ll be able to compare multiple perspectives, which can reveal dishonesty