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 component detector for C++ (~60 new lines of code) #64

Open
prokopsimek opened this issue Oct 1, 2019 · 2 comments
Open

Create a component detector for C++ (~60 new lines of code) #64

prokopsimek opened this issue Oct 1, 2019 · 2 comments

Comments

@prokopsimek
Copy link
Member

We'd like to measure the quality of apps written in C++.

There are "component detectors" to determine frameworks, platform, and type of an application.

It's necessary to implement CppComponentDetector the similar way as is JavaComponentDetector implemented. Because C++ is not a front-end language, so it's not necessary to recognize Frontend/Backend platform.
It's around 60 new lines of code including tests.

More info in our Contribution guide.

Other sources:

@prokopsimek prokopsimek added Type: Enhancement New feature or request good first issue Good for newcomers Hacktoberfest https://hacktoberfest.digitalocean.com Priority: Low Status: Available Difficulty: Easy labels Oct 1, 2019
@prokopsimek prokopsimek removed the Hacktoberfest https://hacktoberfest.digitalocean.com label Nov 1, 2019
@prokopsimek prokopsimek added the Hacktoberfest https://hacktoberfest.digitalocean.com label Sep 30, 2020
@iamRishabh07
Copy link

Hi, @prokopsimek I would like to work on this issue.

@prokopsimek
Copy link
Member Author

@iamRishabh07 Awesome! The issue is yours! 💪

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

Successfully merging a pull request may close this issue.

2 participants