Detected coding conventions including naming patterns (class suffixes, method prefixes), import organization, and documentation coverage. Use this to write code that matches the existing style of the codebase.
File: coding-conventions.csv
Coding conventions and patterns detected in the codebase.
| Column | Description |
|---|---|
| Convention type | The type of convention (naming, comments, imports, formatting). |
| Pattern | Description of the detected pattern. |
| Example | An example from the codebase. |
| Frequency | How often this pattern occurs. |
| Scope | Where this convention applies (project-wide, package, class). |