aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

refactor: Replacing panic with log.Fatal in helper scripts for better error handling

Open letmehateu opened this issue 5 months ago • 0 comments

Description:

Currently helper scripts use panic() for error handling. Consider replacing with log.Fatal() for more graceful error messages and consistency with Go best practices.

Example: gnark_plonk_bn254_script/main.go line 128

Related PR: https://github.com/yetanotherco/aligned_layer/pull/2072#issuecomment-3228126323

letmehateu avatar Aug 27 '25 13:08 letmehateu