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

Standardize TODO Comment Formatting #38

Open
arkaprovob opened this issue Oct 17, 2023 · 0 comments
Open

Standardize TODO Comment Formatting #38

arkaprovob opened this issue Oct 17, 2023 · 0 comments

Comments

@arkaprovob
Copy link
Contributor

Description:
Our codebase contains inconsistent TODO comment formatting. Some are "// TODO:" (uppercase), while others are "// todo" (lowercase). To ensure consistency, let's standardize the format to "// TODO:" (uppercase) throughout the code.

Benefits:

  • Improved code readability.
  • Consistency in TODO comments.
  • Easier tracking of tasks.

Implementation:

  1. Search and update existing TODO comments.
  2. Encourage using "// TODO:" (uppercase) for new comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants