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:
centraldashboard-angular over centraldashboard when referring to the Angular version of the central dashboardAccess Management instead of KFAM to clearly indicate the component’s purposeWhen 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.
Enter the URL of a public GitHub repository