TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to perform code reviews like a senior software engineer

1 点作者 dglass超过 2 年前

1 comment

alanwreath超过 2 年前
Maybe I've missed the part in this document where it's referenced but: Automate. That's one part of the PR process that is crucial to performing code reviews like a Senior. In other words the PR process should start before engineers are even able to see the code. Nobody wants to talk about style, code smells, and code that might be broken. Linters. Formatters. Tests. That's what makes a code review a "senior" experience. So, as a senior, if the tooling isn't there to set up code reviews for success, then advocate for it.