UCL-ARC / coding-standards

ARC's recommended coding standards
http://github-pages.arc.ucl.ac.uk/coding-standards/
Creative Commons Attribution 4.0 International
5 stars 0 forks source link

Set up initial repository structure #10

Closed matt-graham closed 1 year ago

matt-graham commented 1 year ago

Resolves #2

Assumes we will have a top-level directory per language, each with an associated README.md file describing or linking to the conventions we recommend. As discussed in https://github.com/UCL-ARC/coding-standards/issues/2#issuecomment-1770910877 we can also put other language specific content such as recommended linter configuration files in the relevant directories and link to from the README files.

Currently this has empty README.md files for an arbitrary set of languages that I first thought of, other than Python which copies over the existing material from internal documentation. We might want to just remove the empty files and add directories as we add each language, but I'll hold off making changes here till @milanmlft's R recommendations from #8 are merged.