Code Monkey home page Code Monkey logo

effectivecsharpanalyzers's Introduction

Hi there ๐Ÿ‘‹

Hello from dotnet bot

  • ๐Ÿ“š I spend my days working on dotnet docs. My primary focus is the C# language.
  • ๐ŸŒŽ I'm also on the board for the Humanitarian toolbox, where we create software that aids relief organizations
  • ๐Ÿ“ข I say random things on twitter @billwagner
  • ๐Ÿ‘‚ Send feedback here, or reach out on twitter.

Later

dotnet bot mic drop

effectivecsharpanalyzers's People

Contributors

billwagner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

effectivecsharpanalyzers's Issues

20 - Implement Ordering relations using IComparable and IComparer

I don't think this lends itself to analysis. The item says that if you are implementing this kind of relationship, do it in the standard way. It would have to find code that does a comparison, but doesn't use this API signature. I don't think that's possible.

15 - Avoid Creating Unnecessary Objects

Style.

This may be hard to find, It's looking for member fields that are new'ed up twice in a constructor path.

The most likely case is initialization and ctor.

09 - Minimize boxing and unboxing

Warning.

This could be very hard to find, but likely worth it.

As this gets started, I'll define a set of sub-issues for when boxing and unboxing happens.

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.