From af0f28e77b9185299b7a221dbcba3bcb70eaf20e Mon Sep 17 00:00:00 2001 From: Ayobami Haastrup <47716486+AyobamiH@users.noreply.github.com> Date: Fri, 28 Aug 2026 05:46:38 +0000 Subject: [PATCH] Link open source practice from principles Closes #348 --- principles.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/principles.md b/principles.md index debb6540..36e09e08 100644 --- a/principles.md +++ b/principles.md @@ -86,6 +86,8 @@ The following practices support the principle of building quality in. **Record decisions.** Use the [Any Decision Record template](any-decision-record-template.md) to document point-in-time decisions providing information like context, assumption, drivers, options and rationale to articulate the decision for the stakeholders and your future self. Always, consider and compare options as a decision made without that is not a decision. +**[Code in the open.](practices/open-source.md)** Make new source code open and reusable by default, and understand the licence obligations of open source dependencies. + **Consider comments and Readme text** Comments in open source repos are not official communications and don't go through the normal approval process for public communication. They can however still be interpreted as NHSE communication, even if not intended as such, particularly for public repos. Especially when coding in the open, but also when developing in private repositories, consider the contents of Readme files and comments within the code. Ensure that comments add value to the code you are developing. Please avoid anything that could be considered a statement on approach/policy. Consider the broader impact of any text in these areas to ensure that the project and the organisation are reflected correctly. Note that we produce and maintain services that are important to the public, therefore it is essential to be careful and accurate when referring to these services. If in doubt please ask. Also note there is high sensitivity around protecting privacy so please be careful your comments reflect the importance and sensitivity around protecting personal data. ### 4. Defer commitment