Skip to content

Ask HN: How to Share Code with Intern?

1 pointdocuru2 comments
On HN

Curious to know how you share your product codebase with interns or newly developer teammates?

What'd you do to limit access to the codebase while allowing the dev team to develop?

Thanks

Comments

Your question is too vague as the answer depends on your/your company'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.

Feature modules, or you could trust them? Its not like they can push to the main branch without a pull request.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.