Skip to content

Commit

Permalink
Remove exceptions section
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-marichal committed Dec 18, 2024
1 parent 05cc2be commit 03a644b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rules/S7173/vb6/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ The `GoSub` statement in VB6 is an unstructured control flow statement. It can l

Modern programming practices recommend using proper subroutine or function calls instead, which provide better readability, maintainability, and error handling.

=== Exceptions

`On Error GoSub` statements are ignored as correct error handling.

== How to fix it

Replace `GoSub` statements with proper subroutine or function calls.
Expand Down

0 comments on commit 03a644b

Please sign in to comment.