1053
A lot of YAML
(jemmy.jeena.net)
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.
Also JSON has no comments. Which is great for me because I hate documenting my work, but it's still annoying.
Just create an attribute for your comments!
I just learned yesterday you can do this, lol. You can use "//": '' once at the root level of a package.json file.
Had to put an override to block a dependency of a dependency from installing (@types/* stubs when the package now has native type defs that conflicted with the no longer maintained stubs).
I put in a comment as to why its there.