FIRE WIKI : 공부할 자료 모음

Testing

Book

Resources

Tip

Writing Test Code

  • 좋은 테스트 코드는 라이브러리에 있다. 유명한 라이브러의 코드를 읽어보자

  • 어느 단위로 Commit을 해야할까요?

    • TDD를 해야하는 이유

    • 동작 단위 Commit

    • 가급적이면 적은 단위로 Commit

      • 의미있는 적은 단위

      • 동작을 하는 최소한의 단위

        • ex. 네이밍을 바꾼 경우

        • 기능 완성만이 커밋은 아님

Agile

Book

  • 회고를 도와주는 책: 좋은 팀을 만드는 24가지 안티패턴 타파 기법

    • 배멘토님 추천

    • 이것으로 토론해보기

Resources

  • Agile Manifesto: https://agilemanifesto.org/

    • Individuals and interactions over processes and tools

    • Working software over comprehensive documentation

    • Customer collaboration over contract negotiation

    • Responding to change over following a plan

JavaScript

Book

Resources

WEBRTC / WEBSOCKET

  • HTTP3

    • QUIC

  • WebWorker

    • 백그라운드 스레드에서 스크립트를 실행할 간편한 방법

WEBRTC 관련 용어

공부 / 참고

RESTful API

Attachments: