본문 바로가기

- Clean Code

String literals should not be duplicated

반응형

api호출 시 반환받는 json에서 "count"를 꺼내쓸 일이 있어서 사용했었는데,
다른 api에서도 "count"를 쓸 일이 있어 사용하게 됐더니 code smell로 잡혀서 상수로 선언했습니다.

 

반응형

'- Clean Code' 카테고리의 다른 글

Throwable.printStackTrace(...) should not be called  (0) 2020.07.15
DecimalFormat  (0) 2020.07.15
Non-thread-safe fields should not be static  (0) 2020.06.19