Skip to content

Miduo/fix comment format#56

Merged
gjwgit merged 3 commits intodevfrom
miduo/fix_comment_format
Feb 3, 2026
Merged

Miduo/fix comment format#56
gjwgit merged 3 commits intodevfrom
miduo/fix_comment_format

Conversation

@Miduo666
Copy link
Collaborator

@Miduo666 Miduo666 commented Feb 3, 2026

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

@Miduo666 Miduo666 force-pushed the miduo/fix_comment_format branch from caf6a96 to b4b7f67 Compare February 3, 2026 09:15
@Miduo666 Miduo666 force-pushed the miduo/fix_comment_format branch from b4b7f67 to 934c6cf Compare February 3, 2026 09:48
@gjwgit gjwgit merged commit 083c012 into dev Feb 3, 2026
20 checks passed
@gjwgit gjwgit deleted the miduo/fix_comment_format branch February 3, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants