When we pass a string around, we should use &string to avoid cloning every time
When we pass a string around, we should use &string to avoid cloning every time