Conversation
caf6a96 to
b4b7f67
Compare
b4b7f67 to
934c6cf
Compare
gjwgit
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description: Refactor Comment Formatting and Introduce Automated Tooling
Overview
This PR addresses inconsistent comment formatting across the repository. To ensure long-term code quality and adherence to styling guidelines, I have introduced two Python-based utility scripts and applied their fixes to the current codebase.
Changes
Executed Comment_fixer.py across the project to standardize comment blocks and fix formatting issues.
Comment_checker.py: A diagnostic tool to scan files for non-compliant comment formats (e.g., spacing issues, alignment, or missing markers).
Comment_fixer.py: An automated script to programmatically resolve the issues identified by the checker, ensuring a consistent style without manual intervention.
Comment_Checker.py
Comment_Fixer.py