order |
---|
11 |
- For features of a codebase that facilitate the exchange of data the codebase MUST use an open standard that meets the Open Source Initiative Open Standard Requirements.
- If no existing open standard is available, effort SHOULD be put into developing one.
- Standards that are machine testable SHOULD be preferred over those that are not.
- Functionality using features from a standard that is not an open standard MAY be provided if necessary, but only in addition to compliant features.
- All non-compliant standards used MUST be recorded clearly in the documentation.
- The codebase SHOULD contain a list of all the standards used with links to where they are available.
- Creates interoperability between systems.
- Reduces possible vendor lock-in.
- Guarantees access to the knowledge required to reuse and contribute to the codebase.
- Make it understandable how to use the software.
- The documentation includes a list of the standards.
- The standards used for all features that offer interoperability with other components and systems are freely and publicly available on the internet.
- Mandate use of open standards everywhere possible.
- Prohibit procurement of technology that does not use open standards.
- Consider including open standard compliance assessment in code reviews.
- Add continuous integration tests for compliance with the standards.
- Open Standards principles, policy paper of the UK Cabinet Office.