# Code smell > "악취"는 안좋은 코드에 대한 비유이다. 켄트 벡이 제안. "악취"는 안좋은 코드에 대한 비유이다. [켄트 벡](https://wiki.g15e.com/pages/Kent%20Beck.txt)이 제안. ## [Refactoring: Improving the design of existing code](https://wiki.g15e.com/pages/Refactoring%20-%20Improving%20the%20design%20of%20existing%20code.txt)에서 제안하는 악취 목록. 악취 목록이 [Mysterious name](https://wiki.g15e.com/pages/Mysterious%20name.txt)과 [Duplicated code](https://wiki.g15e.com/pages/Duplicated%20code.txt)로 시작하는 이유는 어쩌면 이 두 가지가 가장 중요하기 때문일 수도 있겠다. [Test-driven development: by example](https://wiki.g15e.com/pages/Test-driven%20development%20-%20By%20example.txt)에서 [켄트 벡](https://wiki.g15e.com/pages/Kent%20Beck.txt)은 [리팩토링](https://wiki.g15e.com/pages/Refactoring.txt)을 "의도 드러내기와 중복 제거"로 정의한다. - [Mysterious name](https://wiki.g15e.com/pages/Mysterious%20name.txt) - [Duplicated code](https://wiki.g15e.com/pages/Duplicated%20code.txt) - [Long function](https://wiki.g15e.com/pages/Long%20function.txt) - [Long parameter list](https://wiki.g15e.com/pages/Long%20parameter%20list.txt) - [Global data](https://wiki.g15e.com/pages/Global%20data.txt) - [Mutable data](https://wiki.g15e.com/pages/Mutable%20data.txt) - [Divergent change](https://wiki.g15e.com/pages/Divergent%20change.txt) - [Shotgun surgery](https://wiki.g15e.com/pages/Shotgun%20surgery.txt) - [Feature envy](https://wiki.g15e.com/pages/Feature%20envy.txt) - [Data clumps](https://wiki.g15e.com/pages/Data%20clumps.txt) - [Primitive obsession](https://wiki.g15e.com/pages/Primitive%20obsession.txt) - [Repeated switches](https://wiki.g15e.com/pages/Repeated%20switches.txt) - [Loops](https://wiki.g15e.com/pages/Loops.txt) - [Lazy element](https://wiki.g15e.com/pages/Lazy%20element.txt) - [Speculative generality](https://wiki.g15e.com/pages/Speculative%20generality.txt) - [Temporary field](https://wiki.g15e.com/pages/Temporary%20field.txt) - [Message chains](https://wiki.g15e.com/pages/Message%20chains.txt) - [Middle man](https://wiki.g15e.com/pages/Middle%20man.txt) - [Insider trading (code smell)](https://wiki.g15e.com/pages/Insider%20trading%20(code%20smell.txt)) - [Large class](https://wiki.g15e.com/pages/Large%20class.txt) - [Alternative classes with different interfaces](https://wiki.g15e.com/pages/Alternative%20classes%20with%20different%20interfaces.txt) - [Data class](https://wiki.g15e.com/pages/Data%20class.txt) - [Refused bequest](https://wiki.g15e.com/pages/Refused%20bequest.txt) - [Comments](https://wiki.g15e.com/pages/Comments.txt) ## See also - [Bad smells in test](https://wiki.g15e.com/pages/Bad%20smells%20in%20test.txt): 테스트 케이스에서 흔히 발견되는 악취들