Cadence Design Systems interview question

How do you know that your code has no bugs?

Interview Answer

Anonymous

24 Dec 2021

I replied: I am never sure if my code has "no" bugs. But I try to perform unit tests to make sure the cases I am aware of are not failing. Correct answer: You never know if your code has no bugs!