Category: github

This included teams of software engineers focused on creating, building, and enhancing the technology needs of their employer.

For the purpose of this article, I am going to narrow my focus to the very social aspect of peer reviews and focus on how to yield effective code reviews while working in a 100% remote situation.

According to Wikipedia, a code review is: "Code review is a software quality assurance activity in which one or several people check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation."

In fact, it was in a code review that I learned the use of underscores is allowed in Java for setting static variables: The “Ladder of Feedback” was developed by Daniel Wilson (Harvard Project Zero) and is a protocol or structure that establishes a culture of trust and support by sequencing feedback in an order that is constructive.

Related Articles