We decided to write several small posts on how C/C++ programmers play with fire without knowing it. The first post will be devoted to an attempt to explicitly call a constructor.
Programmers are lazy creatures. That's why they tend to solve a task using...
2 replies - 2414 views - 01/31/12 by Andrey Karpov in Articles
The idea to write a book about debug is brilliant. There is an increasing demand for developers to fill positions where maintaining the code is an important part of the job. But we still don't have...
3 replies - 5039 views - 04/19/10 by Luigi Agosti in Book Reviews
Improve Code Quality with FindBugs
In this article I discuss a static analysis tool that finds defects in Java programs. Static analysis tools can find real bugs and real issues in your code. You can effectively incorporate static analysis into your software...
12 replies - 11217 views - 06/08/09 by Muhammad Khojaye in Articles
According to our analysis of more than 100 Java projects, one of the most violated rules from static analysis, is 'missing braces in If statement'. Although often considered to be merely a stylistic preference, we found that omitting braces is actually a good...
16 replies - 8958 views - 07/30/08 by Richard Sharpe in News
Join us for this LIVE Event on:
Thursday, June 19, 2008
2:00 PM ET / 11:00 AM PT / 6:00 PM GMT
0 replies - 2244 views - 06/04/08 by Martin steve in Announcements