413
advanced
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I was going through some js code a few months ago and every function in a module had
return;
as its first line. And that module was imported into 4 or 5 scripts.