This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
sponge edited this page Oct 9, 2021
·
18 revisions
Read and talk about Clean Code (of Robert C. Martin) by Crash Study Team.
-
깨끗한 코드 - Clean Code
-
의미있는 이름 - Meaningful Names + Extra
-
함수 - Functions
-
주석 - Comments
-
형식 맞추기 - Formatting
-
객체와 자료 구조 - Objects and Data Structures : Part.1 / Part.2
-
오류 처리 - Error Handling
-
경계 - Boundaries
-
단위 테스트 - Unit Tests : Part.1 / Part.2
-
클래스 - Classes
-
시스템 - Systems
-
창발성 - Emergence
-
(skip) 동시성 - Concurrency
-
(skip) 점짐적인 개선 - Successive Refinement
-
(skip) JUnit 들여다보기 - JUnit Internals
-
(skip) SerialDate 리팩터링 - Refactoring SerialDate