code
Posts
Links
Mastering VS Code's Terminal - Growing with the Web
Some handy info about running terminals in visual studio code.
06-04-2017Groovy Ternary Operator
Another one of the great operators that more and more languages support is their ternary operator. The ternary is a conditional operator and often referred to as an inline if statement. Before we look at how to use it lets take a look at a common problem it helps us solve. There are often times when you want to set a variable to one value if an expression evaluates to true and another if its false. In pseudo code it might look something like this.
21-09-2017How to do a code review | eng-practices
The pages in this section contain recommendations on the best way to do code reviews, based on long experience. All together they represent one complete document, broken up into many separate sections. You don’t have to read them all, but many people have found it very helpful to themselves and their team to read the entire set.
06-09-2019Best practices for protected branches - GitHub Original Series / Support Protips - GitHub Support Community
Branch protection is part of a powerful set of configuration options that give repository administrators the ability to enforce security policies by preventing accidental branch deletions, enforcing code reviews, and requiring successful automated checks before pull requests can be merged.
06-01-2021