368
I need this....
(lemmy.world)
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.
function is_equal (x, y) {
if (is_equal(x,y))
return false;
}
Fixed it for you