The Static Confidence Factor 12 June 2021 Static analysis is a relatively inexpensive way of analyzing software. The big question though is: how to derive meaningful information to drive decisions on management level? Read more
Severity levels 30 November 2021 About 90% of all the software engineering activities nowadays concerns maintenance. Read this article to see how coding standards will make your code become more understandable, faster, uniform and more reliable. Maintenance might even become fun! Read more
TIOBE coding standard methodology 16 May 2005 TIOBE has developed a step-by-step methodology to support companies to introduce coding standards into their organization. The methodology consists of 7 logical steps and is based on years of experience in the field. Read more
Industrial strength C++ 16 May 2001 Programming standards must be valid both for newcomers and experts at the same time. This is sometimes very difficult to fulfill. We have solved this problem by differentiating our guidelines into rules and recommendations. Read more