Skip to content

Commit

Permalink
Minor re-ordering of paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHowellDfE committed Jan 11, 2023
1 parent 3e40952 commit 4442218
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions source/standards/storing-source-code/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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.
Expand Down

0 comments on commit 4442218

Please sign in to comment.