Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow camelCase for Naming Variables and Functions #230

Open
athiruma opened this issue Nov 26, 2024 · 0 comments
Open

Follow camelCase for Naming Variables and Functions #230

athiruma opened this issue Nov 26, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@athiruma
Copy link
Contributor

  1. Adopt camelCase naming for all variables and functions across all files to ensure consistency and readability.
const repoName = 'kruize-ui';
function handleClick() {
    console.log(`Hello from ${repoName}`);
}
handleClick()
@bhanvimenghani bhanvimenghani added good first issue Good for newcomers documentation Improvements or additions to documentation labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants