#static-code-analysis
Read more stories on Hashnode
Articles with this tag
A painfully basic static code analysis example ยท func main() { a := 1 b := a // you know what value b has without running the program // can...