Rasika Telase

Results 2 comments of Rasika Telase

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

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:...