Why might you want to avoid using string literals within loops? Technology Community › Category: Ruby › Why might you want to avoid using string literals within loops? 0 Vote Up Vote Down VietMX Staff asked 4 years ago A new object is created for every string literal even when the values are identical. Consider using variables or symbols instead.