Code Climate

Azareal

Paragon
Joined
Dec 18, 2010
Messages
1,680
Reaction score
353
FP$
4,498
https://codeclimate.com
Code Climate is a fun little tool for helping you to keep on-top of your code, it lists the percentage of the code that you've written test cases for (good for eliminating those bugs!), lists code smells it finds, and it has little graphs with your progress.

Unfortunately, it is paid for non-open source purposes, but there are some clones of it which are free in all cases, plus it's really not that pricey. I treat it like a bit of a gamification tool for me to tackle the things I don't really like tackling as it gives you a grade on the project as a whole, each file, etc.

It supports Go, Java, JavaScript, PHP, Python, Ruby, Swift, TypeScript, Kotlin, and Scala.
 
Last edited:
Back
Top Bottom