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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Outsourced developers steal your start-up's idea and code - how to prevent this

1 点作者 abl将近 17 年前
There are a few stories that anecdote such occurrences, take Zuckerberg vs. uConnect for example.<p>We thought about breaking up the development functions into separate chunks and spreading them out between different developers to minimize the chance of this happening, but it seems this would be an arduous task, and in the end, all the functions would not be integrated well, and the developers will still have a pretty good idea of what's being developed.<p>For anyone who has resorted to outsourcing their software development, how did you ensure the developers don't run off with the code and launch a copy of your site after getting paid?

4 条评论

gaius将近 17 年前
If your code is key to what you're doing, then you should develop it in-house.<p>If it's not, then stealing the code won't give your competitor any particular advantage.
coglethorpe将近 17 年前
I'm not a lawyer, but I guess if someone is serious about developing a business, they could have developers they hire sign NDAs/non-competes and whatever other documents could give them legal recourse if someone pulls a Facebook.<p>The thing that happened with uConnect, I assume is that it was a very informal, spoken relationship, which gave Zuckerberg the ability to do his own thing.
评论 #233033 未加载
评论 #233101 未加载
kevTheDev将近 17 年前
you could do some kind of equity deal / revenue share with them, thus incentivizing them to stay with you rather than do their own thing
noodle将近 17 年前
get yourself an iron-clad employment contract with some loose non-compete and non-disclosure clauses.<p>basically, let them know that they're signing it to ensure the safety of your code, and there won't be any problems as long as they don't steal code.