# coding-standards > Keep code readable, consistent, and aligned with project conventions. - Author: z - Repository: tktk4751/superspec - Version: 20260127050940 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/tktk4751/superspec - Web: https://mule.run/skillshub/@@tktk4751/superspec~coding-standards:20260127050940 --- --- name: coding-standards description: Keep code readable, consistent, and aligned with project conventions. --- # Coding Standards ## Principles - Prefer clarity over cleverness. - Keep functions small and focused. - Favor explicit names over comments. - Handle errors explicitly. ## Checklist - Consistent formatting and style - No dead code or unused imports - Tests updated with behavior changes - Public interfaces documented ## Output - Noted deviations and fixes ## Pitfalls to Avoid - Style changes mixed with functional changes - Hidden behavior changes during cleanup