docs/Coding-Standards/README.md

Summary

Maintainability
Test Coverage
# Coding standards

## Documentation index

- [Code of conduct](https://github.com/bbc/simorgh/blob/latest/.github/CODE_OF_CONDUCT.md)
- [Coding Standards](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/README.md) (you are here)
- [Contributing guidelines](https://github.com/bbc/simorgh/blob/latest/CONTRIBUTING.md)
- [Guide to Code Reviews](https://github.com/bbc/simorgh/blob/latest/docs/Code-Reviews.mdx)
- [GPG Signing Guide](https://github.com/bbc/simorgh/blob/latest/docs/GPG-Signing-Guide.mdx)
- [Primary README](https://github.com/bbc/simorgh/blob/latest/README.md)
- [Recommended Tools](https://github.com/bbc/simorgh/blob/latest/docs/Recommended-Tools.mdx)
- [Troubleshooting](https://github.com/bbc/simorgh/blob/latest/docs/Troubleshooting.mdx)

The following is a collection of coding standards agreed on by the team. Some of the examples are borrowed from online resources.

- [Clean Code](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/Clean-Code.mdx)
- [General](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/General.mdx)
- [Naming Conventions](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/Naming-Conventions.mdx)
- [React Components](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/React-Components.mdx)
- [Styles](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/Styles.mdx)
- [Testing](https://github.com/bbc/simorgh/blob/latest/docs/Coding-Standards/Testing.mdx)