Skip to content

190: replace and rewrite assert statements in non-test files. #190

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RasikaTelase
Copy link

This PR refactors non-test code by replacing all usage of assert statements
with proper error handling or conditional checks.

Purpose:

  • Improves code reliability and prevents unexpected termination in production.

Scope:

  • No changes to test files.
  • Affects only logic files using assert.

Let me know if further changes are needed!

@RasikaTelase
Copy link
Author

Refactored assert statements in non-test files for better error handling. Let me know if any changes or improvements are needed.

@RasikaTelase RasikaTelase changed the title 175 : replace and rewrite assert statements in non-test files. 190: replace and rewrite assert statements in non-test files. Apr 8, 2025
@RasikaTelase RasikaTelase reopened this Apr 13, 2025
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.

1 participant