자바 스크립트의 복잡성에 문제가 있습니다.이러한 자바 스크립트 코드에서 순환 형 복잡성은 어떻게 처리 되었습니까?
function mainFunction(scope, element) {
var eventHandlerMap = {
'firstEvent': firstEventHandler,
'secondEvent': secondEventHandler,
.....
};
function firstEventHandler(element) {
if (element) {
//some code
} else {
//some code
}
}
function secondEventHandler(element) {
//some code
}
//and other EventHandler functions
}
이제 mainFunction (41)의 복잡성을 가지고 있지만, 내 수중 음파 탐지기는 더 이상 10. 내가 자바 스크립트 잘 해달라고하지 않고 그것을 해결하는 방법 아이디어를 해달라고 수 있습니다 : 것 같습니다.