Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 645 Bytes

01-02.lint.adoc

File metadata and controls

29 lines (15 loc) · 645 Bytes

1-2. Lint

Static Analysis(정적 분석)

  • 소스 코드의 실행 없이 정적으로 프로그램의 문제를 찾는 과정

Tool

  • CheckStyle

  • SonarLint

Code Style

  • 코드 작성 규칙

  • 팀원들간 정하는 규칙

  • 반드시 지켜야 하는 것인 아니지만, 원할한 프로젝트 진행과 유지 보수를 위해서는 필수

잘 알려진 code style