spqr
spqr copied to clipboard
No panic
We have to make SPQR as stable as possible. One of the problems that prevents us from doing this is a lot of panic() calls. We need to audit our code and replace panics with returning an error/ adding an error message to the log.
Don't forget to add linter to prevents new panics in code.