Giter VIP home page Giter VIP logo

Comments (7)

PhyxionNL avatar PhyxionNL commented on May 26, 2024

Pinging @chmorgan, if you have any feedback on this, feel free to comment here. I'll be adding suggested fixes in the first post as I find them.

from packetnet.

chmorgan avatar chmorgan commented on May 26, 2024

Can you clarify what would change with Parameter renaming? Is it the .net recommendations of camelCase? https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-parameters

from packetnet.

PhyxionNL avatar PhyxionNL commented on May 26, 2024

Currently a lot of parameters are named like this:
SomeMethod(Int32 Number, UInt16 AnotherName)
Which should be:
SomeMethod(Int32 number, Uint16 anotherName).

from packetnet.

chmorgan avatar chmorgan commented on May 26, 2024

@Phyxion ahh ok, so good then. These all look like solid cleanup changes.

from packetnet.

PhyxionNL avatar PhyxionNL commented on May 26, 2024

How would you receive the changes? In one go or per point? I'm not sure how well ReSharper manages with one change though as it likes to do other changes as well (along with what you changed, such as formatting changes).

from packetnet.

chmorgan avatar chmorgan commented on May 26, 2024

If it's easy to run with all of these changes enabled and submit a PR we can look at the total number of lines changed. In one go probably makes sense as long as there are no significant functional changes. Fortunately we do have the unit tests in place and AppVeyor that helps to ensure nothing is broken.

from packetnet.

PhyxionNL avatar PhyxionNL commented on May 26, 2024

Correct, I'don't expect too many things getting broken though, I've never had this with ReSharper. I'll see if I can submit a PR later this week :)

from packetnet.

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.