Hacker News new | ask | show | jobs
Tell HN: Programmers do not use a bug free program to debug programs
1 points by raoof 1415 days ago
try to debug the following program:

def hasbug(p): return debug(p) == p

I know that hasbug has bug meaning hasbug(hasbug) == True

therefore I do not use a bug free program to debug programs

let me know if you find this interesting