I was just wondering, i've always used the first version but ran into instance of doing the second variation in our old codebase.
Is there any dangers related to second variation ? Are they interchangeable ?
It feels strange to me to convert into String
by doing just variable + "";
Thanks!