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

kebab-case naming support #1013

Closed
mamat-rahmat opened this issue Nov 18, 2016 · 6 comments
Closed

kebab-case naming support #1013

mamat-rahmat opened this issue Nov 18, 2016 · 6 comments

Comments

@mamat-rahmat
Copy link
Member

Will FilenameBear support kebab-case? See this wiki

There isn't a single widely-accepted name for this case convention analogous to snake_case or camelCase. But, Lisp has used this convention for decades as described in this wiki.
More Discussion

@Makman2
Copy link
Member

Makman2 commented Nov 18, 2016

looks sane, why not :)

@dosarudaniel
Copy link

I would like to work on this issue.

@gs0510
Copy link
Contributor

gs0510 commented Feb 7, 2017

@dosarudaniel Are you working on this?

@gs0510
Copy link
Contributor

gs0510 commented Feb 7, 2017

From what I understand, I will have to add a to_kebabcase function to coalib.bearlib.naming_conventions file. Also, there is no uniform standard for some of the conversion for kebab case. For example, _Init__File_ is converted by some online kebab-case converters to -init-file-, some convert it to --init--file-- . What should we consider as a standard?

@Makman2
Copy link
Member

Makman2 commented Feb 7, 2017

@gs0510 feel free to implement one that is reasonable for you :)

@Makman2 Makman2 assigned gs0510 and unassigned dosarudaniel Feb 7, 2017
gs0510 added a commit to gs0510/coala that referenced this issue Feb 20, 2017
Adds function to_kebabcase() to convert string to kebab-case.

Relates to coala/coala-bears#1013
@yash-nisar
Copy link
Member

This can be closed. @Mixih @meetmangukiya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

7 participants