Home
Variables should comply with a naming convention
Rule description
- Variables should comply with a naming convention
Non-compliant Code Example
private function string rule59InValidTest () string badVariable_ = "test" //Non compliant code return badVariable_ end function