Git Product home page Git Product logo

pattern's Introduction

[자바스크립트 패턴과 테스트] 스터디

운영방침

  • 챕터별로 담당자 지정
  • 담당자 : 미리 예제소스를 최대한 ES6문법으로 전환하여 깃헙에 올리기
  • 담당자 : 해당 챕터 진행시 과제 만들기.
  • 과제는 다음주까지 풀어서 스터디 시작시 리뷰.

폴더 및 파일 네이밍 규칙

  • 구분은 '-' / 띄어쓰기는 '_'
    [Ch]-[title]/[index]-[name].js
    [Ch]-[title]/[index]-[name]_spec.js

  • 대상파일과 테스트파일은 _spec 부분을 제외하곤 파일명이 같아야 함

예) 예제 2-7 ReservationSaver를 포함한 테스트
2-도구_다루기/03-createReservationSaver.js
2-도구_다루기/03-createReservationSaver_spec.js
  • README.md : 예제 타이핑(링크 없는 경우) 및 예제 링크(현재폴더 내부 파일들).

  • spec 파일 내부의 최상단 describe() 내부의 description에 각 예제 번호를 기입한다.

설정 및 실행 방법

1) 초기 세팅

[sudo] npm i karma karma-cli jasmine // (karma, jasmine 처음 설치시)
npm i

2) karma 실행

karma start

3) 경로 지정

karma.conf.jspath를 해당 주차 경로로 변경.

챕터

2. 도구 다루기 (권성)

3. 객체를 바르게 만들기 (소라)

5. 콜백 패턴 (희경)

6. 프라미스 패턴 (원준)

7. 부분 적용 함수 (지혜)

8. 메모이제이션 패턴 (태산)

9. 싱글톤 패턴 (명기)

10. 팩토리 패턴 (재남)

11. 샌드박스 패턴 (창규)

12. 장식자 패턴 (재필)

-- 추후 재논의 --

13. 전략 패턴

14. 프록시 패턴

15. 체이너블 메서드

16. 인터페이스 없는 언어에서 인터페이스 맞추기

17. 인자 타입 확실히 하기

18. call, apply, bind 삼인방

19. 메서드 빌림

20. 믹스인

21. 고급 프로그램 아키텍쳐 테스팅

22. DOM 접근 테스팅

23. 표준에 맞추기

pattern's People

Contributors

roy-jung avatar perfectacle2 avatar arusantimo avatar imcts avatar jung-jp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.