From 0ea5e9bc62dc71d7cd9cdbb3d99d7bfc9828bb40 Mon Sep 17 00:00:00 2001 From: Einar Hjortdal Date: Wed, 25 Sep 2024 14:16:59 +0200 Subject: [PATCH] Update information --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c88559..eb6c127 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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