-
Notifications
You must be signed in to change notification settings - Fork 0
AvoidRedundantBoolExpression
Nonki Takahashi edited this page Apr 24, 2017
·
2 revisions
Use
If debug Then
instead of
If debug = "True" Then
and use
If Not[debug](debug) Then
instead of
If debug = "False" Then
Copyright © 2017-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.