624
The easiest problem
(discuss.tchncs.de)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
mathematician here, where is the joke?
Variable names should be "self defining" meaning you should be able to understand what its doing from the name. The name also shouldn't be too long. Combining those together makes it difficult to come up with an "elegant" name
tmp3 = tmp1 + tmp2 ; T.T