Code Monkey home page Code Monkey logo

Comments (5)

hadashiA avatar hadashiA commented on August 26, 2024 1

In the case of JSON, the key is a string, so JSON itself may be a snake_case expression; in the case of MemoryPack, it's only C# to C#, so other languages and such don't really matter I think.

Maybe you want to convert JSON -> C# -> MemoryPack. But even in that case, it seems to me that deserializing the JSON in snake_case to C# in camelCase would solve the problem.

If we support snake_case, we may need to support everything, including kebab cases. This would be complicated. We have decided to not to implemented it.

If you can point us to an important use case, we would welcome it. Thanks.

from memorypack.

neuecc avatar neuecc commented on August 26, 2024

Is there a strong reason why you want to use snake_case?
Generally it is not recommended.

from memorypack.

Joy-less avatar Joy-less commented on August 26, 2024

Is there a strong reason why you want to use snake_case?
Generally it is not recommended.

There are many different coding styles. Snake case is common in Ruby, and it works in Newtonsoft.Json.

from memorypack.

Joy-less avatar Joy-less commented on August 26, 2024

@hadashiA I think this issue should not have been closed. Constructors already support variables starting with an underscore, so the PR only extends the functionality by ignoring underscores completely. I use snake_case in constructors to differentiate from fields as a matter of preference. As for kebab case, C# identifiers don't support kebab case. I don't see a reason to reject the PR.

from memorypack.

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.