org.sonar.plugins.csharp.S907.html Maven / Gradle / Ivy
Why is this an issue?
goto
is an unstructured control flow statement. It makes code less readable and maintainable. Structured control flow statements such
as if
, for
, while
, continue
or break
should be used instead.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy