<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Static Code Analysis on rostrum.blog</title>
    <link>https://www.rostrum.blog/tags/static-code-analysis/</link>
    <description>Recent content in Static Code Analysis on rostrum.blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Sat, 13 Mar 2021 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.rostrum.blog/tags/static-code-analysis/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Protect yourself from equals assignment!</title>
      <link>https://www.rostrum.blog/2021/03/13/assign/</link>
      <pubDate>Sat, 13 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.rostrum.blog/2021/03/13/assign/</guid>
      <description>tl;dr I present you a function that warns if an R script contains The Assignment Operator That Shall Not Be Named.
 Assign of the times So, it’s been confirmed with extremely robust and objective evidence: the left-assignment arrow (x &amp;lt;- 1) is better than equals (x = 1) for assignment in R.1
So, unless you hate democracy, you should protect yourself from aberrant code that uses the cursed symbol.</description>
    </item>
    
  </channel>
</rss>