Hacker News new | ask | show | jobs
by d--b 1582 days ago
That’s a good point. It makes me think that what one can do is to add a library in code that logs that the issue hasn’t been resolved.

Like `if (inputsNotHandled) _sendToJira(“issue is not resolved”)`

But that’s probably not easy to do in most cases…