Across
- 4. Primitive types are used when an object is needed
- 7. A code smell indicates the need for a _____
- 9. Bunches of data that always hang around together
Down
- 1. Most switch statements should be replaced by _________
- 2. Detecting code smells is primarily based on developer _______
- 3. The switch statement code smell often occurs when developers use switch statements to provide different behavior based on a ____ code
- 5. One solution to the switch statement code smell is to replace a type code with ______
- 6. One code smell is a ____ parameter list
- 8. Another contributor, besides Fowler, to code smells