Skip to content

Why not transform package name to CamelCase? #89

@qinix

Description

@qinix

Currently, a package my.under_scored.package will be translated to My.Under_scored.Package in Elixir by exprotobuf.

The protobuf's official documents shows that the package name should follow underscore style while it's recommend to use CamelCase in Elixir module name.

So I think maybe my.under_scored.package should be translated to My.UnderScored.Package in Elixir.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions