feat: refactor feeds; reduce dependencies
This commit is contained in:
parent
4067148658
commit
d768007f1c
375 changed files with 2568 additions and 13971 deletions
7
src/links/2023/2023-11-22-effective-code-reviews.md
Normal file
7
src/links/2023/2023-11-22-effective-code-reviews.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Effective Code Reviews"
|
||||
date: "2023-11-23T02:58-08:00"
|
||||
tags: ["development"]
|
||||
description: "A well-conducted code review is an opportunity for both the author and the reviewer to learn, share knowledge, and contribute to the overall quality of the software. They are our shared journey towards excellence. The following guidelines may help both authors and reviewers carry out this task more efficiently and constructively."
|
||||
link: https://addyosmani.com/blog/code-reviews/
|
||||
---
|
Reference in a new issue