casing of TRUE is not the point of this bad code example

This commit is contained in:
Stefan Maroń 2021-12-15 07:57:45 +01:00 committed by GitHub
parent 8bbfe01ede
commit 34c84872b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ weight = 1050
## Bad code
```al
if Atom = '\>' then HasLogicalOperator := TRUE else begin
if Atom = '\>' then HasLogicalOperator := true else begin
...
end;
```
@ -31,4 +31,4 @@ weight = 1050
You can find discussions on all "Best Practices" [here](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices).
If you don't find the discussion of this guideline, please feel fee to create a new one with the same title as this article.
If you don't find the discussion of this guideline, please feel fee to create a new one with the same title as this article.