0

我想降低以下代码 [if 部分] 的认知复杂性。请建议是否有办法:

    void myFunction(boolean x){
     // Do something here
     if(x){
         // send Notification code here
     } 
       // do something else here
     }
4

0 回答 0