For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/security/code_security/static_analysis/static_analysis_rules/typescript-code-style/class-name.md. A documentation index is available at /llms.txt.
This product is not supported for your selected Datadog site. ().

Metadata

ID: typescript-code-style/class-name

Language: TypeScript

Severity: Warning

Category: Code Style

Description

Class names should be PascalCase and not camelCase or snake_case.

Non-Compliant Code Examples

class _runtimeMetricsStatus {}
class runtimeMetricsStatus {}

Compliant Code Examples

class MyClass {}

class LongNameThatHa55SomeNumbers999 {}
https://static.datadoghq.com/static/images/logos/github_avatar.svg https://static.datadoghq.com/static/images/logos/vscode_avatar.svg jetbrains

Seamless integrations. Try Datadog Code Security