我完成了课堂编码作业,一位朋友给了我反馈,嵌套的 if 语句可能看起来比 switch 语句好得多
我尝试将其转换为开关,但即使不是更多工作,它似乎也差不多。
//this is the absolute basic frame of the code created
if(arg){
//code
if(arg){
//code
if(arg){
//code
}
else if(arg){
//code
}
}
else if(arg){
//code
}
else if(arg){
//code
}
如果将其转换为 switch 语句,它会更容易、更好看吗?或者如果不是更糟糕的话,它会是相同的吗?
繁花不似锦
米琪卡哇伊
相关分类