2022. 4. 23. 13:43ㆍAndroid/Library
Lint : 정적 소스 분석기로 구조적 품질 문제를 식별하고 수정할 수 있음
Linting is the automated checking of your source code for programmatic and stylistic errors. This is done by using a lint tool (otherwise known as linter). A lint tool is a basic static code analyzer.
https://www.perforce.com/blog/qac/what-lint-code-and-why-linting-important
What Is Lint Code? And Why Is Linting Important? | Perforce Software
Linting is the process of checking code for programmatic and stylistic errors. Compare basic lint tools to advanced static code analyzers.
www.perforce.com
Android Lint : IntelliJ 코드 검사로 불리는 내장 Lint가 존재해서 정적 코드 분석 진행이 가능(지원하는 언어에 모두 제공됨)
* IntelliJ IDEA란? JetBrains사에서 제작한 상용 자바 통합 개봘 환경
'Android > Library' 카테고리의 다른 글
Dagger2 사용법 (0) | 2022.03.18 |
---|---|
Dagger2 (1) | 2022.03.17 |