Skip to content

Commit af0f28e

Browse files
committed
Link open source practice from principles
Closes #348
1 parent 02563df commit af0f28e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

principles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ The following practices support the principle of building quality in.
8686

8787
**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.
8888

89+
**[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.
90+
8991
**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.
9092

9193
### 4. Defer commitment

0 commit comments

Comments
 (0)