Class name should be `PascalCase`

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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 Analysis