|
17 | 17 | <script src="_static/underscore.js"></script> |
18 | 18 | <script src="_static/_sphinx_javascript_frameworks_compat.js"></script> |
19 | 19 | <script src="_static/doctools.js"></script> |
20 | | - <script src="_static/sphinx_highlight.js"></script> |
21 | 20 | <script src="_static/js/theme.js"></script> |
22 | 21 | <link rel="index" title="Index" href="genindex.html" /> |
23 | 22 | <link rel="search" title="Search" href="search.html" /> |
|
105 | 104 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
106 | 105 | <div itemprop="articleBody"> |
107 | 106 |
|
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"> |
109 | 114 | <h1>Coding quality<a class="headerlink" href="#coding-quality" title="Permalink to this heading"></a></h1> |
110 | 115 | <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. |
111 | 116 | 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 |
170 | 175 | </ul> |
171 | 176 | <hr> |
172 | 177 | <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> |
174 | 182 | </center> |
175 | 183 | <hr></section> |
176 | 184 | </section> |
|
0 commit comments