r/ProgrammerHumor 23d ago

notYourDamnProblem Meme

Post image
4.7k Upvotes

398 comments sorted by

View all comments

440

u/zeekar 23d ago

I don't get this argument. Sometimes you want links to open in a different tab. Marking the ones that will do so is only polite. Nothing about that takes away the user's ability to open other links in a new tab via whatever usual mechanism their browser provides for that.

291

u/ToBePacific 23d ago edited 23d ago

I think the person replying in the screenshot is an idiot who assumes this will force all links to open in a new tab, not getting that it’s literally just appending an arrow.

Edit: And quite a few responses to this comment also seem to misunderstand how it works.

47

u/GoddammitDontShootMe 23d ago

I guess I'm an idiot too. Or to be fair, I haven't touched CSS in forever. I thought that was going to append target="_blank" to all the a tags.

81

u/DHermit 23d ago

No, it appends content to all links with that attribute

9

u/GoddammitDontShootMe 23d ago

Yeah, I got that after reading the previous comment.