有一个React Native应用程序,我想进行一个圈复杂度分析。
请告诉我有什么准备好的工具?
最佳答案
您可以使用ESLint for this。请注意,“if you can’t determine an appropriate complexity limit for your code, then it’s best to disable this rule.”
有一个React Native应用程序,我想进行一个圈复杂度分析。
请告诉我有什么准备好的工具?
最佳答案
您可以使用ESLint for this。请注意,“if you can’t determine an appropriate complexity limit for your code, then it’s best to disable this rule.”