Skip to content
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

Create a composite strategy for case transformation. #45

Open
bigeasy opened this issue Mar 30, 2013 · 0 comments
Open

Create a composite strategy for case transformation. #45

bigeasy opened this issue Mar 30, 2013 · 0 comments
Assignees

Comments

@bigeasy
Copy link
Owner

bigeasy commented Mar 30, 2013

Create a default underbarred to camel case translation followed up by ways of composing exceptions including acronyms and explicit mappings.

var base = startHere();
var acronyms = acronymed('npm ip ssn', { case: 'lowered' }, base);
var maps = mapped({ foo_bar_fbn: "fooBarFBN" }, acronyms);
@ghost ghost assigned bigeasy Mar 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant