102
tahnik
8y

I thought I was really good at debugging. Then I met this legend in my workplace. And he was like...

Comments
  • 3
    So, any tips for debugging ? :)
  • 1
    @lurio If you use C++ use valgrind or Dr Memory for tracing memory leaks ;)
  • 1
    @tahnik i'm working with nodejs right now :(
  • 2
    @lurio Ah, make sure you know callbacks like the back of your hand ;)
  • 1
    Well i'm trying to avoid callback hell. But I'm trying to have a clean file without a thousand functions in it.. So it's a bit hard..
Add Comment