An interesting tool/technology I encountered in preparation for boot camp

Benjamin Ajewole
2 min readJan 30, 2019

--

I’ve been writing codes for a while now and there were no yardsticks to measure if my codes were of good quality and to check for duplication in my code.
So, when I was preparing for boot camp, I came across a technology called Code Climate. I was glad when I came across it.

What does Code Climate do?
Code Climate incorporates fully-configurable test coverage and maintainability data throughout the development workflow, making quality improvement explicit, continuous, and ubiquitous.

How has Code Climate helped me?

Improves the quality of codes
Code climate analysis tools have helped me improve how I write codes, it has helped me to write quality codes.

Checks for duplication of codes
There are sometimes that I would just copy and paste codes thereby duplicating codes throughout my projects. Code Climate always put me on a check, when it sees a duplicated block of codes in my project, it raises an alert.

Saves time
Code Climate saves me the time of thinking on how to have a well-organized code.

Conclusion
Code Climate is a static quality analysis tool for your code. It helps to scan all your block of codes looking for duplication problems, code smells and other problems.

--

--

No responses yet