From 4442218c4cdd3c9151f8c75d574ffbab1f71d22d Mon Sep 17 00:00:00 2001 From: Roger Howell Date: Wed, 11 Jan 2023 11:51:52 +0000 Subject: [PATCH] Minor re-ordering of paragraphs --- .../storing-source-code/index.html.md.erb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/source/standards/storing-source-code/index.html.md.erb b/source/standards/storing-source-code/index.html.md.erb index 4e4dcd51..95aa2465 100644 --- a/source/standards/storing-source-code/index.html.md.erb +++ b/source/standards/storing-source-code/index.html.md.erb @@ -36,13 +36,6 @@ Additional detail and information is available via the links above. Source code is broader and wider than just business and presentation code. -How source code is stored and structured will vary by project, based on needs and historical convention: - -- A project may be composed of multiple services where each has its own repository -- A monolith may have all source code for all purposes stored within the same source code repository -- A mixture may apply where project source code and tests are within one repository, - while infrastructure code may be stored within a separate repository - Examples of source code types and purposes: - **Project source code** @@ -62,6 +55,14 @@ Examples of source code types and purposes: - **Deployment code** - Code used to build, test, and deploy project source code into a running environment +How this source code is stored and structured will vary by project, based on needs and historical convention. +For example: + +- A project may be composed of multiple services where each has its own repository +- A monolith may have all source code for all purposes stored within the same source code repository +- A mixture may apply where project source code and tests are within one repository, + while infrastructure code may be stored within a separate repository + ## Source Code Versioning: Git At the Department for Education (DfE) we use [Git](https://git-scm.com/) for source code versioning.