On.Programming
For most of us, programming (or more generally – software development) is all the life is about.
IT Hares are not different. And they have more than just quite a few bits to share about programming…
A Model for Debug Complexity
May 1, 2013 by • “No Bugs” Bunny
Abstract:
A humble attempt to make some approximation of debug complexity.
Quote:
Our model shows that coupling is a bad thing for debugging complexity, so we can consider this sanity check to be passed
Filed under: On.ProgrammingDebugging
Read more‘No Bugs’ Top Five C++ Cooking Recipes
March 1, 2013 by • “No Bugs” Bunny
Abstract:
When cooking a C++ program, there are a few spices to consider.
Quote:
"If strict weak ordering is violated, all kinds of weird things can happen: from identical multiple entries in a supposedly-unique collection, to memory corruption
Filed under: On.ProgrammingTips and Tricks
Read moreCompiling a Static Web Site Using the C Preprocessor
May 1, 2012 by • “No Bugs” Bunny
Abstract:
Sometimes you can use existing tools in a very unusual way.
Quote:
"This is so crazy it might just work
Filed under: On.ProgrammingTips and TricksProgramming Languages
Read moreMemory Leaks and Memory Leaks
March 1, 2012 by • “No Bugs” Bunny
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



