How we grade projects
We help you understand code and programming from a non-technical perspective. There’s a lot of variation in the quality of coding. We benchmark your software against thousands of projects, and tell you what you can do to improve quality, or whether your improvements are having an impact.
We analyse code for structural quality with focus on maintainability. We compare your project with other projects written in the same programming language and similar size - lines of code (LOC). Our ranking is based on proportion of highly unmaintainable code to the total size of your project.
For example, let's assume 30% of 100K lines of your code is highly unmaintainable (cyclometic complexity over 30 or function size over 100 LOC) and it is written in Java. We compare your project to other Java project of similar size, then we sort the projects. Let's say there are 500 other Java projects which has less than 30% of their code unmaintainable and there is another 500 other Java projects which has more than 30% of their code unmaintainable. You are in the middle, which makes your project graded as Level 3.
We use 5 levels grading system. Level 1 projects are the lowest structural quality, Level 5 projects are the highest quality.
Level 1

Level 2

Level 3

Level 4

Level 5

You should be proud of your achievement!