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/PSScrip...
Ryan Bartram
Jul 13, 2017Copper 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.