Live data from Hacker News

Ask HN: Do you reveal all of your code to contractors?

news.ycombinator.com

1–6 of 6 posts

Ask HN: Do you reveal all of your code to contractors?

#1
Hey SAAS founders and CTOs, I'm curious to hear your thoughts on whether you trust the people you hire enough to share all of your codebase with them?

I believe for employees that is no problem so my question is more related to contractors. Contractors in the US vs. East Europe? Do you sign agreements with them? Have you had issues happen?

Interested in hearing your opinion and experiences.

Re: Ask HN: Do you reveal all of your code to contractors?

#3
We do share the part that is relevant for the work to be done. We try to isolate it as much as possible and only share that.

We require some paperwork to be signed beforehand and we obviously do not share any production secrets or database information.

We usually have some database stub with fake data that they can work on / spin locally.

Re: Ask HN: Do you reveal all of your code to contractors?

#4
post #3

We do share the part that is relevant for the work to be done. We try to isolate it as much as possible and only share that. We require some paperwork to be signed beforehand and we obviously do not share any production secrets or database information. We usually have some database stub with fake data that they can work on / spin locally.

We tried doing that but it ended up being more effort isolating the part that they would work on.