Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Note, these are guidelines used by the SCD Cloud Operations Group. They are being presented externally as they may be useful for those developing their own software, they are not being provided with the intention of the Cloud Team reviewing your code - unless you are contributing to one of our repositories.

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

...

Code should be well-tested before being contributed.
There are a number of ways you can test your code. We , but we recommend you start with unit tests.

Unit Tests

Unit tests refer to testing individual components or units of code in isolation. We aim to ensure that each unit of code functions properly and that it meets intended behaviours. A unit can a function, method, class or module - depending on granularity of the code being tested.

...