Add Some Coding Style Guidelines

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-03-27 01:42:25 -04:00
parent 99804e3053
commit 5abaac2816
2 changed files with 24 additions and 12 deletions
+12
View File
@@ -51,6 +51,18 @@ With that caveat noted, building can be done with `swift build`:
$ swift build
```
### Contributing
We would _love_ your help! Contributions are very welcome!
#### Coding Style
Here are the style guidelines that we are _trying_ to maintain:
- variables are in `snake_case`.
- types are in `CamelCase`.
Of course, we want to follow the formatter, too: see [below](#checking-format).
#### Testing
To run the P4RSE tests: