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

Support for more syntaxes #43

Open
mcandre opened this issue Nov 7, 2013 · 2 comments
Open

Support for more syntaxes #43

mcandre opened this issue Nov 7, 2013 · 2 comments
Assignees

Comments

@mcandre
Copy link

mcandre commented Nov 7, 2013

Churn is really cool! Churn is useful to identify problem files, even in non-Ruby projects. Maybe we could check for class and method churn for other languages as well?

@danmayer
Copy link
Owner

danmayer commented Nov 8, 2013

yeah if you check the waffle board (a thin layer around GH issues) there are some thoughts on trying to add additional language support. I think it would be really cool to parse out other languages.

https://waffle.io/danmayer/churn

I was mostly thinking about JS, but what language would you most be looking for?

@ghost ghost assigned danmayer Nov 8, 2013
@mcandre
Copy link
Author

mcandre commented Nov 8, 2013

JavaScript would be good. Maybe JSHint could help for parsing.

Java would be good. Maybe PMD or Checkstyle could help for parsing.

I'm compiling a big list of linters for different languages. Hopefully, pieces of the linter libraries can help churn analyze classes and methods for different languages.

https://github.com/mcandre/linters

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

No branches or pull requests

2 participants