-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
51 lines (50 loc) · 1.35 KB
/
Copy pathdefault.html
File metadata and controls
51 lines (50 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" vocab="https://schema.org/" typeof="TechArticle" class="article">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/text-readability/readmode.css" />
<title>Code Review</title>
<meta name="author" content="Charles Iliya Krempeaux" />
</head>
<body>
<nav class="breadcrumbs" aria-label="Breadcrumb">
<ol>
<li><a href="/">Home</a></li>
<li><a href="./" aria-current="page">Code Review</a></li>
</ol>
</nav>
<main>
<article>
<header>
<hgroup>
<h1 property="headline">Code Review</h1>
<p>
One computer programmer reviewing the source code of another computer programmer.
</p>
</hgroup>
<p>
by <a href="https://reiver.link/">Charles Iliya Krempeaux</a>
</p>
</header>
<p>
A <strong>code review</strong> is a type of <a href="/peer-review/">peer review</a> done by one <a href="/computer-programmer/">computer programmer</a> of another computer-programmer's <a href="/source-code/">source code</a>.
</p>
<p>
The purpose of a <strong>code review</strong> is to find any defects (if there are any).
</p>
<p>
For details on how to perform a <code>code review</code>:
</p>
<ul>
<li>
<a href="guide/">Code Review Guide</a>
</li>
<ul>
<footer>
<include src="author.html" />
<include src="license.html" />
</footer>
</article>
</main>
</body>
</html>