logoalt Hacker News

Legend2440yesterday at 8:57 PM2 repliesview on HN

Catching all bugs with static analysis would involve solving the halting problem, so it's never going to happen.


Replies

IsTomyesterday at 9:34 PM

A lot of software doing useful work halts pretty trivialy, consuming inputs and doing bounded computation on each of them. You're not going to recurse much in click handlers or keep making larger requests to handle the current one.

MeetingsBrowsertoday at 12:45 AM

Catching all bugs with static analysis is actually really easy, as long as you don't mind false positives.

show 1 reply