Static Analysis for Humans
  • Blog
  • About
  • Legal Notice
  • LinkedIn
  • Twitter
  • RSS Feed
Subscribe
  • What’s better – Static or Dynamic Analysis? The human answer…

    What’s better – Static or Dynamic Analysis? The human answer…

    Since there is “Static” Analysis, does “Dynamic” Analysis also exist? Yes, it does. However, Static Analysis is much better suited to help writing better software. It is truly independent from human limitations, and can easily be used during early development. But Dynamic Analysis… read more …

  • Panic: Memory Safety is less safe than you think

    Panic: Memory Safety is less safe than you think

    Memory safety is often tragically misunderstood. Claims like “it eliminates all memory errors” are at best misleading, and can be a recipe for disaster. In this article, I will explain what it really means, where it has limits, and why Static Analysis is… read more …

  • Under the Hood of Static Analysis, and how to boost your results

    Under the Hood of Static Analysis, and how to boost your results

    The idea of Static Analysis sounds simple: Read the code, check each line, and report the bad stuff. However, it is far from easy. In this article, we look at the challenges that it has to overcome, and dive a little bit into… read more …

  • What is Static Code Analysis?

    What is Static Code Analysis?

    In this article, you will learn what Static Analysis is, why it is loved and hated by developers at the same time, and how it can be used for writing better software or to annoy your colleagues. Imagine you have a tiny detective… read more …

  • About this Blog

    About this Blog

    Software has too many stupid bugs. Some for technical reasons, and some for human reasons. However, many of them are easily avoidable, if we only use the right technology. With this blog, I want to talk about that technology, and how to apply… read more …

Previous Page
1 2
  • LinkedIn
  • Twitter
  • RSS Feed

Static Analysis for Humans