Browse Part V: Building Applications with Clojure

15.9 Code Coverage and Quality Metrics

In this section

  • 15.9.1 Measuring Code Coverage
    Learn about using tools like cloverage to measure code coverage in Clojure projects and how to interpret the results to ensure quality assurance.
  • 15.9.2 Analyzing Quality Metrics
    Explore the use of metrics such as cyclomatic complexity and code smells to enhance code quality, and learn about tools like eastwood and kibit for analyzing Clojure code.
  • 15.9.3 Improving Code Quality
    Explore strategies for enhancing code quality through refactoring, testing, and adherence to coding standards in Clojure.
Saturday, October 5, 2024