Code Quality
============

:link_to_translation:`zh_CN:[中文]`

Code quality refers to how well-written and maintainable a piece of software code is. It encompasses aspects like readability, efficiency, reliability, and adherence to coding standards. High-quality code is easier to understand, modify, and extend, leading to reduced development time and fewer bugs.

Guides
------

.. toctree::
   :maxdepth: 2

   static-analyzer
