> For the complete documentation index, see [llms.txt](https://framework.aic.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framework.aic.io/technical-guidelines-code-standards-and-tech-stack/solid-clean-code-and-design-patterns.md).

# SOLID Clean Code and Design Patterns

## Purpose

This section defines the design and code quality rules used in AIC projects.

It translates SOLID, clean code and common patterns into practical team standards.

## What This Section Covers

* SOLID in AIC delivery
* clean code rules and anti-patterns
* common design patterns
* refactoring and code review heuristics

## Use This Section When

Use this section when:

* reviewing code structure
* improving maintainability
* coaching teams on design quality
