Requested changes

This commit is contained in:
waldo1001 2021-12-13 17:38:22 +01:00
parent 4901cf9799
commit f4cdeab2db

View file

@ -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)