Back to all reviewers

Descriptive consistent naming

kubeflow/kubeflow
Based on 2 comments
Other

Use descriptive and consistent names throughout the codebase. Prefer full, meaningful names over acronyms or abbreviations to improve readability and understanding, especially for newcomers. Maintain naming consistency across different files, configurations, and references to the same entity.

Naming Conventions Other

Reviewer Prompt

Use descriptive and consistent names throughout the codebase. Prefer full, meaningful names over acronyms or abbreviations to improve readability and understanding, especially for newcomers. Maintain naming consistency across different files, configurations, and references to the same entity.

Examples:

  • Prefer centraldashboard-angular over centraldashboard when referring to the Angular version of the central dashboard
  • Use Access Management instead of KFAM to clearly indicate the component’s purpose

When introducing new components or refactoring existing ones, ensure the same naming pattern is followed in all references to maintain consistency and avoid confusion. This includes Makefiles, configuration files, documentation, and code comments.

2
Comments Analyzed
Other
Primary Language
Naming Conventions
Category

Source Discussions