highlightText(word, highlightText) { return word.replace( highlightText, `<span class="Suggestion__item--matched">${highlightText}</span>` ); }
선언적으로 코드를 짜고 싶은데 기능들을 함수로 분리할 때 순수 함수로 깔끔하게 추상화하는 것과 함수명을 적절하게 짓는 것이 어려웠다.