> ## Documentation Index
> Fetch the complete documentation index at: https://grandcentral.backbase.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Code standards

> Coding standards and best practices for Grand Central

Follow these coding standards when developing on Grand Central.

## Standards overview

<CardGroup cols={2}>
  <Card title="Style guidelines" icon="palette">
    Code formatting and naming conventions
  </Card>

  <Card title="Quality requirements" icon="shield-check">
    Testing and code quality standards
  </Card>
</CardGroup>

## Key principles

* Write clean, maintainable code
* Follow language-specific best practices
* Implement comprehensive testing
* Document your code appropriately

## Code quality

Maintain high code quality through:

* Linting and formatting
* Unit testing
* Code reviews
* Security scanning

## Resources

Additional resources for coding standards will be provided here.
