this post was submitted on 25 Jan 2025
593 points (97.6% liked)
Programmer Humor
20265 readers
1788 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just inherited a Python repo where every hundred lines or so, they added a ^L. What is a ^L? you ask. And I say that's an excellent question. You see, a ^L is an ASCII standard for saying that if you print the plain text, you should split the content onto a new page here. That's right, for years, a team of people strictly enforced that they consistently add ^Ls everywhere in case someone wanted to print the entire fucking repo onto paper.
It's an invisible character, it took me quite a while to figure out what it even was.
If ^L is invisible in your editor, you're using a bad editor.
Not saying page feeds are useful, but you can't complain that you don't see them.