-
Notifications
You must be signed in to change notification settings - Fork 0
[PROPOSAL] AZGagGenerator prototype
yeonseong edited this page Mar 11, 2023
·
1 revision
- 아재개그의 접근성을 높여 개발환경에서 아재개그를 수월하게 구현할 수 있도록 함.
- 아재개그로 조금 더 많은 사람들이 웃음을 얻게 됨.
- 웃으면 평화로워짐.
- 따라서, 지구평화에 기여하는 중대한 프로젝트임.
import AZGagGenerator from "az-gag-generator";
const res = AZGagGenerator(); // { 'F가 애매한 이유는?', 'F=ma니까' }
import AZGagGenerator from "az-gag-generator";
const res = AZGagGenerator(42); // { '삶, 우주, 그리고 모든 것에 대한 궁극적인 질문에 대한 해답은?', '42' }
- 인덱스 범위를 넘어갔을 때 처리를 논의해야함.
- type을 사용할 것인지 논의해야함.
- 프로토타입의 형태가 적절한지 논의해야함.