React
Issue
Testing
Git stash
Study
uncertainty
/
JavaScript/TypeScript
/
JS/TS
/
javascript-factory-functions-vs-constructor-functions-vs-classes
uncertainty
/
JavaScript/TypeScript
/
JS/TS
/
javascript-factory-functions-vs-constructor-functions-vs-classes
Share
React
Issue
Testing
Git stash
Study
javascript-factory-functions-vs-constructor-functions-vs-classes
Asset Type
File Type
When to use
Reference
Created by
Last edited time
2022/03/13 16:09
JavaScript Factory Functions vs Constructor Functions vs Classes
Prior to ES6, there was a lot of confusion about the differences between a factory function and a constructor function in JavaScript. Since ES6 has the `class` keyword, a lot of people seem to think...
생성자가 개방/폐쇄 원칙을 어겼다는 데 동의하지 마십시오. 우리는 객체를 구성하는 두 가지 다른 언어 기능/방법에 대해 이야기하고 있습니다. 이것은 그것과 아무 관련이 없습니다.
팩토리 함수의 가장 큰 이점은 클로저에서 캡처된 비공개 속성과 메서드가 있다는 것입니다.
오브젝트:코드로 이해하는 객체지향 설계
COUPANG
https://www.zerocho.com/category/JavaScript/post/57b9692ae492d01700b0b75a
design-patterns-JS
fbeline