This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// =============== | |
// === 개정 이력 === | |
// =============== | |
// 2018-01-25 10:07 | |
// 1. IIFE(Immediately Invoked Function Expression) 능력을 과시했으니, 이제 테스트 코드를 주석 걸기 쉽게하기 위해 명명된 함수로 변경 | |
// 2018-01-24 20:07 | |
// 1. textNode 함수를 순수 함수로 개선 | |
// 2018-01-24 19:30 | |
// 1. Attributes 를 children 에서 분리하여 별도의 배열로 저장 | |
// 2. attrNode 함수를 순수 함수로 개선 |