NullLineAfterEndSub - nonkit/SmallWikiPad GitHub Wiki

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