Styleguide

IDEs and automatic tools

4 minute read

The key message of this section is that using a good editor, and spending time to learn its features effectively, will make developing code more straightfor...

Getting started with Git

2 minute read

Getting started If you’re relatively new to Git, have never heard of Git, or just want a refresher on the basics, then the first thing to do is to follow th...

Version Control

4 minute read

Keeping track of different versions of software is incredibly important and beneficial, particularly as other people start to use our work.