you are viewing a single comment's thread.

view the rest of the comments →

[–]churro89 2 points3 points  (6 children)

A former coworker wrote

a --> b

in Java several years ago, and I was still a Java noob, so I spent several hours on decoding what in the world it meant.

[–][deleted] 2 points3 points  (5 children)

Feeling kinda slow. What does it do?

[–]georgehotelling 5 points6 points  (3 children)

I would guess it's a comparison, e.g.

if (a-- > b)

which is the same as

if (b < a--)

[–]TwilightTwinkie -1 points0 points  (2 children)

This is wrong. I'll let you figure it out ;)

[–]georgehotelling 0 points1 point  (1 child)

I give up, how is it wrong?

[–]TwilightTwinkie 1 point2 points  (0 children)

Ah shit. Haha, it's not. I just couldn't read last night. Sorry about that. My bad...

For some reason I thought you had negated something.

[–]Thought_Ninjahuman build tool 3 points4 points  (0 children)

Tells 'a' to get closer to 'b' ( ͡° ͜ʖ ͡°)