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

chore: remove-commented code for comm.rs #52

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

ChinmayShringi
Copy link
Contributor

@ChinmayShringi ChinmayShringi commented Oct 15, 2024

Fixes #45

This PR removes commented code from the specified files to enhance code readability and maintainability. The goal is to ensure the codebase remains clean, with no unused or redundant code, ultimately improving the developer experience.

Type of change

  • Chore (code quality improvement that doesn’t affect functionality)

How Has This Been Tested?

Since this PR only involves the removal of commented code, no functional tests were required. Basic linting and the following test cases were run to ensure no regressions were introduced.

  • cargo build

Checklist:

  • My code follows the style guidelines of this project.
  • I have removed all commented-out code in the relevant files.
  • My changes generate no new warnings.
  • All existing tests pass to confirm no regressions were introduced.
  • Any dependent changes have been added to corresponding pull requests (if applicable).

@rennergade rennergade merged commit e86a232 into main Nov 11, 2024
0 of 2 checks passed
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.

Eliminate Interface Directory/Reorganize necessary files
3 participants