5
enoon
6y

That moment when you’re debugging, and you realize that your output files are not empty because your code isn’t working but because your code IS working... 😑

I changed the test files I was using so I wasn’t expecting that particular behavior. None of the input data met the requirements hence nothing was being written out. It wasn’t until I tried a larger test file that I realized my code was working.

A simple discussion with a teammate would have solved this. 👀😂

Comments
Add Comment