casing of TRUE is not the point of this bad code example
This commit is contained in:
parent
8bbfe01ede
commit
34c84872b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue