TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to Share Code with Intern?

1 pointsby docuruover 2 years ago
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 comments

pfarrellover 2 years ago
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.
tempxyzover 2 years ago
Feature modules, or you could trust them? Its not like they can push to the main branch without a pull request.