Skip to content

Commit 1a70901

Browse files
committed
update docs
1 parent 7c8ff7c commit 1a70901

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+556
-402
lines changed
1.18 KB
Binary file not shown.
1.1 KB
Binary file not shown.
1.21 KB
Binary file not shown.
1.17 KB
Binary file not shown.
1.16 KB
Binary file not shown.
-3.6 KB
Binary file not shown.

docs/pages/doctrees/index.doctree

14 KB
Binary file not shown.
-18 Bytes
Binary file not shown.
657 Bytes
Binary file not shown.

docs/pages/html/Coding quality.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<script src="_static/underscore.js"></script>
1818
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
1919
<script src="_static/doctools.js"></script>
20-
<script src="_static/sphinx_highlight.js"></script>
2120
<script src="_static/js/theme.js"></script>
2221
<link rel="index" title="Index" href="genindex.html" />
2322
<link rel="search" title="Search" href="search.html" />
@@ -105,7 +104,13 @@
105104
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
106105
<div itemprop="articleBody">
107106

108-
<section id="coding-quality">
107+
<hr>
108+
<center>
109+
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
110+
<div data-ea-publisher="erdogantgithubio" data-ea-type="text"></div>
111+
<!-- <div data-ea-publisher="erdogantgithubio" data-ea-type="text" data-ea-style="fixedfooter"></div> -->
112+
</center>
113+
<hr><section id="coding-quality">
109114
<h1>Coding quality<a class="headerlink" href="#coding-quality" title="Permalink to this heading"></a></h1>
110115
<p>I value software quality. Higher quality software has fewer defects, better security, and better performance, which leads to happier users who can work more effectively.
111116
Code reviews are an effective method for improving software quality. McConnell (2004) suggests that unit testing finds approximately 25% of defects, function testing 35%, integration testing 45%, and code review 55-60%.
@@ -170,7 +175,10 @@ <h2>Unit tests<a class="headerlink" href="#unit-tests" title="Permalink to this
170175
</ul>
171176
<hr>
172177
<center>
173-
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEADP27U&placement=erdogantgithubio" id="_carbonads_js"></script>
178+
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
179+
<!-- Show an image ad -->
180+
<!-- <div data-ea-publisher="erdogantgithubio" data-ea-type="image"></div> -->
181+
<div data-ea-publisher="erdogantgithubio" data-ea-type="image" data-ea-style="stickybox"></div>
174182
</center>
175183
<hr></section>
176184
</section>

0 commit comments

Comments
 (0)