Skip to content

Commit 829afbd

Browse files
author
aboellinger
committed
Tweak post
1 parent 4048079 commit 829afbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/2017-8-13-pipe-is-soft.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ Code review is the process of having developers read and comment each others
117117
code.
118118
It has several benefits:
119119

120-
* It keeps coders aware of what their teammates are working on
121-
* It triggers discussions about best practices and existing code, improving
120+
* It **keeps coders aware** of what their teammates are working on
121+
* It **triggers discussions** about best practices and existing code, improving
122122
code quality, reusability, an homogeneity
123-
* It allows junior developers to learn faster through mentoring
123+
* It allows junior developers to **learn faster** through mentoring
124124

125125
At [Studio Hari][hari] we installed Review Board.
126126
GitLab and GitHub include reviewing tools.
@@ -201,6 +201,7 @@ It already helped us stabilizing the production environment,
201201
even when doing deep changes to our codebase.
202202

203203

204+
204205
[^1]: Actually, you don't *just* write comments. They also have to be clear
205206
and consistent: a misleading comment is way worse than no comment at all !
206207

0 commit comments

Comments
 (0)