Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk authored Nov 2, 2022
1 parent 3f87ddc commit 62345ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ reproduce it, what environment it may be isolated to are clearly communicated.
- Only add dependencies which add features that exceed the complexity of the compiler, otherwise, you could probably
write that code yourself.
- This compiler is meant to be one static distributed binary. Do not make it depend on external resources.
- Use the format `var variable = ...`, unless a function returns more than one variable, or
in a for loop or if statement.
- Use the format `var variable = ...` rather than `variable := ...`, unless in a for loop or if statement.
- Omit types when they can be inferred.
- Capitalized case for tokens (e.g. `LeftBrace`).
- Only put comments in code to explain _why_ something does something, not what it is doing. Your code should be
Expand Down

0 comments on commit 62345ec

Please sign in to comment.