I am fairly new to project management of iOS development projects and I have been working on my first challenge. I am trying to make proactive use of tools that will increase software quality. I have two questions:
a.For iOS development, do you think CLANG Static Code Analysis tool will help increase the code quality and effectively help us detect bugs early on?
b. What other tools would you recommend to increase our software quality for iOS Development?
The question is not "Should I do static analysis" but rather, "Is CLANG effective (not generating too many false positives, not providing warnings that the compiler could also pickup)? And "Are there any other tools that is worth using for increasing code quality?".
Cheers..
Taner