Coder Social home page Coder Social logo

Comments (5)

meziantou avatar meziantou commented on June 12, 2024 1

Implementation note:

  • Contains: already handled by CA1847 => Don't duplicate the case
  • IndexOf(string) != IndexOf(char)
  • IndexOf(string, Ordinal) == IndexOf(char)
  • IndexOf(string, StringComparison) == IndexOf(char, StringComparison)
  • Replace(string, string) == Replace(char, char)
  • Replace(string, string, Ordinal) == Replace(char, char)

I suggest to change the points related to improvement to warning

This rule suggests performance improvements. The code behave correctly and doesn't need to be changed or reviewed most of the time. So, this is a suggestion.

If performance is important in your project, you can change the diagnostic level using an editorconfig.

from meziantou.analyzer.

meziantou avatar meziantou commented on June 12, 2024

There are already multiple rules:

Some calls may be missing from MA0089. Could you check MA0089 and CA1847 and list what optimizations are missing?

from meziantou.analyzer.

EngRajabi avatar EngRajabi commented on June 12, 2024

I checked. This roll of yours works correctly. But because the default is suggestion. I didn't notice. But does this roll also work for Contains or not? And why didn't you add the roll as a warning?

from meziantou.analyzer.

meziantou avatar meziantou commented on June 12, 2024

But because the default is suggestion. I didn't notice

Most performance rules are suggestion

But does this roll also work for Contains or not

The rule only considers StartsWith and EndsWith. We can add more methods if needed. Let's start a list:

  • string.Contains

Feel free to continue this list 🙂

from meziantou.analyzer.

EngRajabi avatar EngRajabi commented on June 12, 2024

*indexof
*replace
With these 2 items. There are 3 items in total.
I suggest to change the points related to improvement to warning

from meziantou.analyzer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.