CPSC 480 Code Smells

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