You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Search and update existing TODO comments.
Encourage using "// TODO:" (uppercase) for new comments.
The text was updated successfully, but these errors were encountered:
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:
Implementation:
The text was updated successfully, but these errors were encountered: