634
wait what (pawb.social)
submitted 6 months ago* (last edited 6 months ago) by crimsonpoodle@pawb.social to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] dan@upvote.au 3 points 6 months ago* (last edited 6 months ago)

They mean if you insert a tab after some other text.

Word processors and desktop publishing apps tend to have tab stops (sometimes visible in a ruler at the top of the page) and pressing tab goes to the next tab stop. They're about an inch apart (assuming letter or A4 paper) by default, and you can usually also add your own tab stops. For example, you might have text like this:

Hi
Hello

Assuming the next tab stop is to the right of both words, pressing tab at the end of each one would actually bring you to the same indentation level:

Hi      |
Hello   |

Text editors and IDEs don't do that, and instead make all tabs the same size regardless of where they are.

Some people want the word processor implementation in text editors though. The comment you replied to is saying that's dumb, and I agree with them.

[-] kogasa@programming.dev 1 points 6 months ago

I understand... In a programming environment 99.999% of tabs aren't after any other text.

this post was submitted on 28 Feb 2024
634 points (97.2% liked)

Programmer Humor

19165 readers
571 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

founded 1 year ago
MODERATORS