Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 806 Bytes

File metadata and controls

22 lines (14 loc) · 806 Bytes

Coding Conventions

Naming patterns, import organization, and coding style

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.

Data Tables

Coding conventions

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).