spacing for the code is at 2 spaces



Functions will be defined as
void function( void) {
and not
void function( void)
{



it is preferable to use
const int BOB = 1;
over
#define BOB 1