Become a member

Get the best offers and updates relating to Liberty Case News.

― Advertisement ―

spot_img

‘I was planning to rehome her, but…’: Cat parent’s kitten adopts even smaller rescue kitten they brought home, now their home is filled with...

One of the most wonderful things about cats is they love to be pawrents. Cats will adopt just about anything that needs a meowther...
HomeFunnyBuilding Blocks - The Daily WTF

Building Blocks – The Daily WTF

Eli sends us something that’s not quite a code sample, despite coming from code. It’s not a representative line, because it’s many lines. But it certainly is representative.

Here’s the end of one of their code files:

													});
												}
											}
										);
									});
								}
							)
						);
					}
				});
			}
		}
	);
});

I feel like someone heard that JavaScript could do functional programming and decided to write LISP. That’s a lot of nested blocks. I don’t know what the code looks like, but also I don’t want to know what the code looks like.

Also, as someone who programs with a large font size, this is a special kind of hell for me.

Source link