keon94 opened a new issue, #3305:
URL: https://github.com/apache/incubator-devlake/issues/3305

   ## What and why to refactor
   We have many spots in our Golang code where we simply panic with an error 
for no obvious reason. Panicking in general should be reserved only for when 
error handling is not an option.
   
   ## Describe the solution you'd like
   Go over these [search 
results](https://github.com/apache/incubator-devlake/search?l=Go&q=panic%28) 
and identify the places where a panic could be replaced with a simple error 
return.
   
   ## Related issues
   n/a
   
   ## Additional context
   n/a
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to