A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SonarSource/sonar-dotnet/issues/7213 below:

Improve S109 message · Issue #7213 · SonarSource/sonar-dotnet · GitHub

The current message is this

Assign this magic number '2' to a well-named (variable|constant), and use the (variable|constant) instead.

That's literal copy/paste from rspec
https://github.com/SonarSource/rspec/blob/master/rules/S109/message.adoc

but this rspec notation was supposed to be implemented as one of those two variants. Users should not see it.
It should have been

Assign this magic number '2' to a well-named constant, and use the constant instead.

or

Assign this magic number '2' to a well-named variable, and use the variable instead.

or we can go around like this

Assign this magic number '2' to a well-named variable or constant, and use that instead.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4