Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 905 Bytes

File metadata and controls

25 lines (17 loc) · 905 Bytes

Coding Standards

Personal coding standards and templates for consistent, regenerable projects — especially those created with the help of AI.

Quick Start

Reference in AI prompts →

Follow my coding standards from `github.com/kthistlewood/coding-standards`.

Core Principles

  1. Regenerable: Complete CLAUDE.md specification, from which the entire solution could be recreated.
  2. Documented: All architectural decisions logged, and CLAUDE.md and README.md kept up-to-date.
  3. Tested: 90%+ coverage, TDD approach.
  4. Quality: Strict syntax enforcement, error handling, performance verification.

Files

  • STANDARDS.md → Core principles and quality requirements.
  • standards/ → Language and environment-specific principles and requirements.
  • templates/ → Project file templates.
  • prompts/ → Standardized AI prompts to help kick things off.