All The Places To Set Permissions in Azure DevOps
Discover all the places where you can set permissions in Azure Devops
A Blog About .NET and Software Development
Discover all the places where you can set permissions in Azure Devops
After an unexpected hiatus, I’m relaunching the blog today. Check out the topics to come and learn why I stepped away.
Debugging Azure DevOps pipelines isn’t always obvious. I’ve distilled my top five tips for solving pesky build and release problems into this post.
There are two major schools of thought when it comes to how best to perform a code review. The first and simplest strategy is to sit down with a colleague, go through the code together, and discuss the finer points of programming. The other, less interactive way, is to use one of many tools available on the market to facilitate the discussion. But what is the best way to maximize value, improve the development skills of your team and promote collaboration? As with most things, the answer is usually somewhere in the middle.
We’ve all had to do code reviews on bits of code we weren’t very familiar with. Whether it’s part of the application you haven’t worked on before or a new hire who’s looking at the code-base for the first time, it’s never obvious what to look for, how to determine if the implementation details are bug-free, or how in-depth you should go. The natural instinct, at least for me, is to gloss over the higher-level concepts and look only for obvious mistakes in the implementation details. So how do you get up to speed quickly, figure out what needs attention and doesn’t, and find potential issues with the implementation? As it turns out, a lot of it relies on what the person creating the code review makes available to you as the reviewer.