rspec/rules/S1186/vb6/comment-code.adoc

8 lines
208 B
Plaintext
Raw Normal View History

2023-06-09 14:51:36 +02:00
In this case, it is important to put a comment explaining the reason for the empty implementation.
[source,vb6,diff-id=1,diff-type=compliant]
----
Sub DoSomething()
' Do nothing because of X
End Sub
----