클린코드 자바 스크립트

Posted by HULIA(휴리아)
2018. 3. 1. 21:26 프론트엔드/자바스크립트

https://github.com/martin-material/clean-code-javascript-ko



1.소개(Introduction)

2.변수(Variables)

3.함수(Functions)

4.객체와 자료구조(Objects and Data Structures)

5.클래스(Classes)

6.테스트(Testing)

7.동시성(Concurrency)

8.에러 처리(Error Handling)

9.포맷팅(Formatting)

10.주석(Comments)

11.번역(Translation)