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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to Share Code with Intern?

1 点作者 docuru超过 2 年前
Curious to know how you share your product codebase with interns or newly developer teammates?<p>What&#x27;d you do to limit access to the codebase while allowing the dev team to develop?<p>Thanks

2 条评论

pfarrell超过 2 年前
Your question is too vague as the answer depends on your&#x2F;your company&#x27;s setup. If you are using git with Gitlab or Github, then your development process should be using something like pull requests which naturally offer a protection from inadvertant changes getting into your main branch. Github offers things like teams where you can limit access to essentially read only, but this will all depend on your development infrastructure.
tempxyz超过 2 年前
Feature modules, or you could trust them? Its not like they can push to the main branch without a pull request.