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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: As a developer, how do I work with freelance designers?

1 点作者 drygh将近 12 年前
I am working on a small start up, and I am nearing the point where I need to hire a freelance designer to add some finishing touches to the web application. This is my first production application, so I am quite nervous about just about everything.<p>How do I work with a freelancer though - when so much of my code contains sensitive information or information a designer doesn&#x27;t need to see. On the other hand, I happen to be using Django to power the backend, and I don&#x27;t believe there is a way to have him work locally without setting up a development server.<p>What do you guys do? Should I just make sure the contract clearly lays out he cannot use&#x2F;share backend code in any ways? Do I need to change all my backend API keys and sensitive information after working with him? Or should I cross my fingers and hope my payment API account doesn&#x27;t get hacked 6 months from now...

1 comment

gee_totes将近 12 年前
You&#x27;re payment API doesn&#x27;t have a sandbox mode? Maybe that will work? Short of that, maybe you could create a fork of your application for the designer that just returns payments_processed=true and doesn&#x27;t talk to the payment API at all.
评论 #6125115 未加载