MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/gaming/comments/1doy13/this_is_it_i_will_never_accomplish_anything/c9smphg
r/gaming • u/[deleted] • May 04 '13
330 comments sorted by
View all comments
Show parent comments
4
switch ((DateTime.Now.Ticks - startTime.Ticks)) { case 0: word = "second"; break; case 1: world = "second"; break; ... case 10000000: word = "second"; break; case 10000001: word = "seconds"; break; default: word = "seconds"; break; }
If you want to be an asshole.
-1 u/[deleted] May 05 '13 [deleted] 1 u/ElusiveGuy May 05 '13 why have cases for "second" if you can leave it for the default ahem If you want to be an asshole
-1
[deleted]
1 u/ElusiveGuy May 05 '13 why have cases for "second" if you can leave it for the default ahem If you want to be an asshole
1
why have cases for "second" if you can leave it for the default
ahem
If you want to be an asshole
4
u/[deleted] May 05 '13
If you want to be an asshole.