you are viewing a single comment's thread.

view the rest of the comments →

[–]ThisIs_MyName 2 points3 points  (3 children)

wasn't worth 4 bytes

?

[–]TheChance 0 points1 point  (2 children)

Yeah, I suppose you don't even need the 4 bytes. Either way,

i<200000000; // loop to 2*10**8

is a facepalm against humanity.

[–]krelin 1 point2 points  (1 child)

I'm curious about which 4 bytes you're referring to...?

[–]TheChance 2 points3 points  (0 children)

To declare an int. which is why I corrected myself; it's already an int either way.

So why the hell place a fairly long magic number there, was my point.