Most Read Articles: Revisiting Our Blog

In times when many of us work from home, due to COVID-19, we thought it would be nice to have some interesting articles about software quality at hand.

This post outlines two collections: the 5 most read blog posts from 2019 and hand-picked articles tackling questions that frequently pop up in our work.

TOP 5 Reads in 2019

  1. Our most read article in the blog is about McCabe’s Cyclomatic Complexity. In »McCabe’s Cyclomatic Complexity and Why We Don’t Use It« you can read, why we do not advise to use it in quality analyses.
  2. Even though we love thoroughly tested software, sometimes there are good reasons why one wants to skip the testing stage in a Gitlab-CI build. For a technical explanation of how we use our commit message to skip tests if needed, have a look at »Skipping Tests in GitLab CI«.
  3. SAP ABAP is a language that varies in its ways of usage and possibilities. If you are working with ABAP code and coding sometimes feels cumbersome (or you just want to know how we work with ABAP), have a look at »Coding ABAP Like Java«.
  4. Conditional compilation using preprocessor features like #ifdef (in C/C++) is very powerful. Read up on how this flexibility can lead to different problems in »Living in the #ifdef Hell«.
  5. This 2014 article about how string replacements slowed down one of our analyses—and how we fixed it—also caught attention last year: »Why is Java’s String#replace() so slow?«.

Additional Evergreens

We also recommend you our newly published collection of influential-talk recordings (English and German) and webinars (German).

 

If you have another article from our blog in mind that is missing in this list, let us know! And please continue sending us feedback about articles -this one included