Static analysis
I just found a neat tool on XCode, a static analysis tool, which provides me a list of potential problems in the code (null pointers, unused code paths, etc), so I’m cleaning up the code to address these issues…
There’s a lot of “false positives” (well, they aren’t exactly false positives, the problems might exist from a code perspective, but other pieces of code either handle this, or if they reach that state I have more serious problems than a crash), but they’re easy enough to clear…
So, that’s my day…
Now listening to “New Blood” by “Peter Gabriel”
Comment
You must be logged in to post a comment.