From 91b01af9c3dc10806a09287bbea15043e74efd94 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Thu, 20 Sep 2018 18:39:54 +0100 Subject: [PATCH] added topic notes --- 01 Software Systems.md | 4 ++++ 02 Version Control.md | 2 ++ 03 Architecture.md | 5 +++++ 04 Software Quality.md | 8 ++++++++ 05 Project Management.md | 6 ++++++ ...en Development [2].md => 07 Test-Driven Development.md | 0 README.md | 8 ++++---- PITCHME.md => archive/PITCHME.md | 0 8 files changed, 29 insertions(+), 4 deletions(-) rename 07 Test-Driven Development [2].md => 07 Test-Driven Development.md (100%) rename PITCHME.md => archive/PITCHME.md (100%) diff --git a/01 Software Systems.md b/01 Software Systems.md index e69de29..3e1c770 100644 --- a/01 Software Systems.md +++ b/01 Software Systems.md @@ -0,0 +1,4 @@ + +# Software Systems + +1. 09 Capability Maturity Models diff --git a/02 Version Control.md b/02 Version Control.md index e69de29..7ffb4fb 100644 --- a/02 Version Control.md +++ b/02 Version Control.md @@ -0,0 +1,2 @@ + +# Version Control diff --git a/03 Architecture.md b/03 Architecture.md index e69de29..a08b3c3 100644 --- a/03 Architecture.md +++ b/03 Architecture.md @@ -0,0 +1,5 @@ + +# Architecture + +1. 02 Software Architecture Patterns +2. 10 Case Study Software Architecture and Quality Criteria diff --git a/04 Software Quality.md b/04 Software Quality.md index e69de29..9a9f396 100644 --- a/04 Software Quality.md +++ b/04 Software Quality.md @@ -0,0 +1,8 @@ + +# Software Quality + +1. 06 Software Quality Metrics +2. 06 Cyclomatic Complexity +3. 07 Software Quality Measurement and Indicators +4. 08 Software quality metrics and ISO_IEC standard +5. 10 Case Study Software Architecture and Quality Criteria diff --git a/05 Project Management.md b/05 Project Management.md index e69de29..73d3f41 100644 --- a/05 Project Management.md +++ b/05 Project Management.md @@ -0,0 +1,6 @@ + +# Project Management + +1. 01 Software Project Management Overview +2. 05 Agile Software Estimation Techniques +3. 05 Software Project Cost Estimate Models diff --git a/07 Test-Driven Development [2].md b/07 Test-Driven Development.md similarity index 100% rename from 07 Test-Driven Development [2].md rename to 07 Test-Driven Development.md diff --git a/README.md b/README.md index f9f1788..08b287e 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ Start with master read-only repository (forking workflow). ## 7 Test-Driven Development -## 7 Automated Acceptance Testing +## 8 Acceptance Testing -## 8 Advanced Version Control +## 9 Advanced Version Control 1. GitFlow? -1. Rebasing +2. Rebasing -## 8 Continuous Integration and Delivery +## 10 Continuous Integration and Delivery ---- diff --git a/PITCHME.md b/archive/PITCHME.md similarity index 100% rename from PITCHME.md rename to archive/PITCHME.md