Reflecting the [Coding Standards](https://llvm.org/docs/CodingStandards.html), the following changes were made to reflect this guideline. ``` Variable names should be nouns (as they represent state). The name should be camel case, and start with an upper-case letter (e.g. Leader or Boats). ``` The first letter in the variable names are changed to upper-case and reflect being camel case.
1.7 KiB
1.7 KiB