11

I really don't get the frustration people have with debugging...
It's one of the most fun parts of programming for me.

I don't mean the missing semicolon (I use an ide cause I care about my time).

When all your seniors have spent hours on trying to find a bug and after a few days you're able to present a fix to them, that honestly is the best feeling, potentially better than "finishing" a product (let's be honest, it's never finished)

Comments
  • 0
    @Lahsen2016 by using GCC pre-3.x. Really any recent version of a Compiler will tell you you missed a semicolon.
Add Comment