Skip to content

NullLineAfterEndSub

Nonki Takahashi edited this page May 18, 2019 · 1 revision

Small Basic Coding Pattern > Readable Pattern > NullLineAfterEndSub

NullLineAfterEndSub

Insert a null line between an EndSub and the next Sub as follows.

EndSub

Sub Group_Add

This pattern is trade-off with SubNextToEndSub pattern. But the purpose of this pattern is readable.

See Also