Debugging

If you have ever wrote a program larger than “Hello, World!”, which worked without debugging – it doesn’t mean that you’re a genius, it just means that out of a thousand of programs you’ve wrote, you’ve got lucky once.

Most of developers spend most of their time debugging, so we probably should pay some attention to this subject…

Memory Leaks and Memory Leaks

March 1, 2012 by “No Bugs” Bunny

Fighting Memory Leaks

Abstract:

What exactly is ‘memory leak’? Is it ‘useless memory’, ‘unreachable memory’, or ‘memory not released on program exit’?

Quote:

“I know it when I see it” – Justice Potter Stewart

Filed under: On.ProgrammingDebugging

Read more