11/22/2023

How large pull requests slow down development

One of the fundamental challenges in software engineering is managing and minimizing complexity. This challenge is not just a theoretical concern; it has real and tangible impacts on the pace of development.

Author

code review

10/17/2023

@chrlschn - Interviews in the Age of AI: Ditch Leetcode - Try Code Reviews Instead

In the emerging age of AI generated code, is leetcode really the best way to evaluate technical candidates (was it ever)?

job interview code review

8/14/2023

Semantic Code Reviews

A lot of information can be found online about suggested best practices for pull requests (PRs) and code reviews, particularly regarding the ideal size, scope, and description of PRs, as well as the desired response time and comment style for code review comments.

code review

8/8/2023

The Importance of Being a Code Reviewer | by Carlo Sales | Expedia Group Technology | Jul, 2023 | Medium

EXPEDIA GROUP TECHNOLOGY — ENGINEERING The Importance of Being a Code Reviewer A framework for giving feedback to others’ code Feedback is like a steak — if it’s too raw, no one likes it, but …

Carlo Sales

code review

7/9/2023

The Code Review Pyramid - Gunnar Morling

When it comes to code reviews, it’s a common phenomenon that there is much focus and long-winded discussions around mundane aspects like code formatting and style, whereas important aspects (does the code change do what it is supposed to do, is it performant, is it backwards-compatible for existing clients, and many others) tend to get less attention. To raise awareness for the issue and providing some guidance on aspects to focus on, I shared a small visual on Twitter the other day, which I called the "Code Review Pyramid".

code review

11/26/2022

Reverse Pull-Requests. How We Used GitHub PRs In A… | by Antony Marcano | RiverGlide Ideas

Reverse Pull-Requests How We Used GitHub PRs In A Trunk-Based, Continuous Deployment Development Team by Lukasz Gryzbon & Antony Marcano In a fast-paced world, more teams have microservices …

Antony Marcano

code review