Skip to content

Commit

Permalink
Update information
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-hjortdal committed Sep 25, 2024
1 parent 7879dbe commit 0ea5e9b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ Please follow these standards
- No enums.
- No logical assignment operators.
- No static methods.
- No `@[required]` attribute in struct definitions, always manually check values to return adequate
error messages.
- For consistency, use `arrays.concat` over `<<` to concatenate items to an array.
- Always use `fn (a int, b int) bool { return a > b }` over `|a, b| a > b`
- No lambdas.
- No `@[required]` attribute in struct definitions.
- Use `arrays.concat` instead of `<<`.

### FirebirdSQL

Expand Down

0 comments on commit 0ea5e9b

Please sign in to comment.