this post was submitted on 20 Apr 2025
153 points (95.3% liked)

Programmer Humor

22921 readers
648 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 2 years ago
MODERATORS
153
I hate MSVC (lemmy.ca)
submitted 1 week ago* (last edited 1 week ago) by hellfire103 to c/[email protected]
 

cross-posted from: https://lemmy.ca/post/42598837

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 1 week ago (1 children)

Do all three of them still treat tabs and spaces as functionally different? If so then they're all in the bottom category.

[–] [email protected] 7 points 1 week ago (2 children)

Today's programmers...

Back in the day people knew how to configure their code editors.

[–] [email protected] 11 points 1 week ago (1 children)

Are you arguing that it's good design to have invisible characters behave differently or am I missing your point?

[–] [email protected] 6 points 1 week ago (2 children)
[–] [email protected] 7 points 1 week ago

A workaround doesn't excuse terrible design!

[–] [email protected] -1 points 1 week ago


Yes!


Yes!

There's a reason that stuff exists.

So that when someone used to tabs, does something in a spacebar-project, they can see that they will need a clang-format.
Oh you use an indentation sensitive language? Err... my condolences.

[–] [email protected] 4 points 1 week ago* (last edited 1 week ago)

They might be working on an old codebase with maintainers who yell at you if you try to standardize formatting because "whitespace changes pollute diffs" (smh, programmers who don't know how to configure their diff tools).