Skip to content

Support overriding names #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dbanty opened this issue Feb 15, 2020 · 0 comments
Closed

Support overriding names #9

dbanty opened this issue Feb 15, 2020 · 0 comments
Labels
✨ enhancement New feature or improvement
Milestone

Comments

@dbanty
Copy link
Collaborator

dbanty commented Feb 15, 2020

The auto-conversion to snake_case / PascalCase doesn't always work super great, specifically when a class has an acronym in it. We should allow users to provide some sort of config that allows naming overrides. E.g. "ABCModel" should be "abc_model.ABCModel" instead of "a_b_c_model.ABCModel"

@dbanty dbanty added the ✨ enhancement New feature or improvement label Feb 15, 2020
@dbanty dbanty modified the milestone: 0.1.0 Feb 15, 2020
@dbanty dbanty modified the milestones: 0.1.2, 0.2.0 Mar 20, 2020
dbanty added a commit that referenced this issue Mar 22, 2020
- Allows overriding class names, closing #9
@dbanty dbanty closed this as completed Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant