Skip to content

Commit e2c7753

Browse files
committed
Finalize steps of publishing 'Code Duplication Detection Tools' article
1 parent abdc142 commit e2c7753

File tree

5 files changed

+92
-1
lines changed

5 files changed

+92
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Code Duplication Analysis
2+
3+
Avoiding code duplications is a fundamental step towards achieving quality code.
4+
A comprehensive evaluation of existing code duplication detection tools is provided.
5+
6+
## Guides
7+
8+
- [Code Duplication Detection Tools](/Guides/Static%20Analysis/Code%20Duplication%20Detection%20Tools)
9+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Static Analysis
2+
3+
## Contents
4+
5+
- [Code Duplication Analysis](/Handbook/Development/Code%20Development%20Lifecycle/Testing/Static%20Analysis/Code%20Duplication%20Analysis)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Testing
2+
3+
## Contents
4+
5+
- Unit Test
6+
- Integration and System Test
7+
- Performance and Memory check (Big O)
8+
- Test Code Coverage check
9+
- Load and stress tests
10+
- [Static Analysis](/Handbook/Development/Code%20Development%20Lifecycle/Testing/Static%20Analysis)
11+
- Effective Peer Code Review
12+
- Root cause analysis
13+
- Effective problem solving - Debugging Mindset

Handbook/Development/Code Development Lifecycle/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
- Documenting
66
- [Version Control](/Handbook/Development/Code%20Development%20Lifecycle/Version%20Control)
7-
- Testing
7+
- [Testing](/Handbook/Development/Code%20Development%20Lifecycle/Testing)
88
- Continuous Integration (CI)
99
- Testing with Docker

about/reports/report_2019-04-14.md

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Status Report
2+
3+
## Metadata Files
4+
5+
- /config/metadata/clean-design.yml
6+
- /config/metadata/code-duplication-analysis.yml
7+
- /config/metadata/vagrant-and-virtualbox.yml
8+
- /config/metadata/gitlab.yml
9+
- /config/metadata/README.md
10+
- /config/metadata/cryptography.yml
11+
- /config/metadata/technical-debt.yml
12+
- /config/metadata/deploying-with-docker.yml
13+
- /config/metadata/github.yml
14+
- /config/metadata/git.yml
15+
- /config/metadata/continuous-improvements.yml
16+
17+
## Guides Files
18+
19+
- /Guides/index.md
20+
- /Guides/README.md
21+
- /Guides/Clean Design/Dependency Inversion Principle.md
22+
- /Guides/Clean Design/Service Locator.md
23+
- /Guides/Clean Design/Layering an Application.md
24+
- /Guides/Clean Design/Clean Design Principles.md
25+
- /Guides/Clean Design/Clean Design Objectives.md
26+
- /Guides/Continuous Improvement/Rewrite or Refactor.md
27+
- /Guides/Cryptography/Cryptography Code Examples.md
28+
- /Guides/Docker/Docker Overview.md
29+
- /Guides/Docker/Getting Started with Docker.md
30+
- /Guides/Docker/Docker Installation.md
31+
- /Guides/Docker/Detailed Docker Installation.md
32+
- /Guides/Git/Getting Started with Git.md
33+
- /Guides/Git/Contributing to an Open Source Project.md
34+
- /Guides/Git/Working with a Remote Git Repository.md
35+
- /Guides/Git/Git Installation.md
36+
- /Guides/Git/Git Overview.md
37+
- /Guides/SSH/Generating an SSH Key Pair.md
38+
- /Guides/SSH/Recommended SSH Clients.md
39+
- /Guides/SSH/Managing SSH Keys.md
40+
- /Guides/Static Analysis/Code Duplication Detection Tools.md
41+
- /Guides/Technical Debt/Payback Illustration.md
42+
- /Guides/Technical Debt/Prioritize Technical Debt With CodeScene.md
43+
- /Guides/Technical Debt/Technical Debt Overview.md
44+
- /Guides/Vagrant/Vagrant Installation.md
45+
- /Guides/Vagrant/Known Issues.md
46+
- /Guides/Vagrant/Getting Started with Vagrant.md
47+
- /Guides/Vagrant/Vagrant Overview.md
48+
49+
## Topics Files
50+
51+
- /Topics/index.md
52+
- /Topics/README.md
53+
- /Topics/Cryptography/index.md
54+
- /Topics/Dockerfile/index.md
55+
- /Topics/Git Bash/index.md
56+
- /Topics/GitHub/index.md
57+
- /Topics/GitLab/GitLab Overview.md
58+
- /Topics/SSH Protocol/index.md
59+
- /Topics/SSH Protocol/How Does SSH Work.md
60+
- /Topics/Technical Debt/index.md
61+
- /Topics/Vagrantfile/index.md
62+
63+
64+
**Total Authored Files Count: 51**

0 commit comments

Comments
 (0)