Forum Discussion
Arnaud Landry
Apr 29, 2017Brass Contributor
Code Review Guidelines
Hello everyone,
Are you using code review in your team ? (i do but still got a lot of questions)
* Do you use a guideline? like this one (by Mike Shepard)?
* Do you use PowerShell/PSScriptAnalyzer in your code review?
* What's your process if you have one?
Thanks,
Arnaud
2 Replies
Sort By
- Ryan BartramCopper Contributor
We use PSScriptAnalyser with custom rules and Pester Unit tests. On commit to GIT we check that Test are good and Code Coverage is high. Check out any of Microsoft DSC Resource GIT Repos to see how they use appveyor and codecov.
- Mats WarnolfBrass ContributorWell I'm a Steroids user so I get that taken care of. But I agree with Mike Shepard that scripts that are anything but private should maintain a high level of readability and be very robust.