this post was submitted on 10 Nov 2023
5 points (77.8% liked)
Git
3669 readers
48 users here now
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
- Follow programming.dev rules
- Be excellent to each other, no hostility towards users for any reason
- No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Frankly, I'm the only (senior) programmer in the team, and the other two can write only serviceable python scripts, so I don't need them to review my code. They are seniors in the data itself, and mostly add/maintain other kinds of files/repos like sqls and other data related files that I don't need to review.
One good reason to have juniors review your code is for them to become familiar with not only the codebase itself, but best practices.