Tag Archives: error

Can You Spot the Infinite Loop?

Can you spot the infinite loop in the following snippet of code? The above code caused a critical bug in a application I was working on. At first sight, the code looks okay, especially since it compiles. It’s a do-while loop with a condition that seems that it would break when the variable i is [...]

Posted in Java, Programming, TechKnow | Also tagged , , , , | Leave a comment

Retweet April 2010

From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe and I’ll be sure to follow back. Software Development Any software feature [...]

Posted in Programming, Rant, TechKnow | Also tagged , , , , , , , , , , , | Leave a comment

Retweet March 2010

From time to time I just blast tweets about software development, project planning, team dynamics, or whatever else comes to mind. Here is a synopsis of recent tweets and rants. If you want to follow the conversation follow me at techknow and/or juixe and I’ll be sure to follow back. Software Development Security pet peeves: [...]

Posted in Programming, Rant, TechKnow | Also tagged , , , , , , , , | 1 Comment

Top 25 Most Dangerous Programming Errors

I’ve always been interested in understanding common programming errors so that I can easily recognize and diagnose problems, hopefully without spending hours staring at my breakpoints in my debugger. Previously, I’ve written on Common Groovy Errors and Top Worse Java Errors. The US Department of Homeland Security, under the Common Weakness Enumeration initiative put out [...]

Posted in PHP, Programming, TechKnow | Also tagged , , , , , , , | Leave a comment