|
I ask this question in a bunch of my talks, mostly because most folks aren’t aware of this. What is the bug in the following method? public int Add( int num1, int num2) { return num1 + num2; } Do you see it? In a simple unit test, the method appears to...
|