people are already thrashing against the suggestio...
# random
k
people are already thrashing against the suggestion of it, IIRC
l
people are like "repeating the type two times in the same line is essential to readability"
πŸ€• 1
πŸ€” 1
πŸ˜‚ 2
var name = "Kevin"
"I have no idea what this means!!!11! 😱 "
😱 2
w
Copy code
// The persons name as a string
String name = new String("Kevin");
Now THAT is some readable code πŸ˜šπŸ‘Œ
πŸ˜‚ 2
πŸ‘Œ 3
πŸ™ 1
e
except no Java person would ever write new String("...") πŸ˜‰
l
@evanchooly never say never. πŸ˜›
e
yeah. I've actually seen s lot of newbs do this in irc. I educate asap. 😁
πŸ˜‚ 1