Empty blocks should be removed
Most of the time a block of code is empty when a piece of code is really missing. So such empty block must be either filled or removed.
Noncompliant Code Example
begin
null;
end;
Most of the time a block of code is empty when a piece of code is really missing. So such empty block must be either filled or removed.
begin
null;
end;