Requested changes
This commit is contained in:
parent
4901cf9799
commit
f4cdeab2db
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ The `end else` pair should always appear on the same line.
|
|||
end
|
||||
else
|
||||
...
|
||||
end;
|
||||
```
|
||||
|
||||
## Good code
|
||||
|
|
@ -28,6 +29,7 @@ The `end else` pair should always appear on the same line.
|
|||
...
|
||||
end else
|
||||
...
|
||||
end;
|
||||
```
|
||||
|
||||
## [Discussions](https://github.com/microsoft/alguidelines/discussions/categories/bc-best-practices?discussions_q=end+else/pair+category%3A%22BC+Best+Practices%22)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue