DEV Community

Cover image for Tabs vs Spaces: The Verdict is In
Ben Halpern
Ben Halpern

Posted on

Tabs vs Spaces: The Verdict is In

The Practical Dev asked the simple question "Tabs or spaces?". 16,281 developers weighed in, and we crowned a winner. Tabs are preferred by 54 percent of programmers! (Or, that is to say, 54% of people who voted on this public survey anyone can vote on).

Tabs or spaces?

— Practical Developer (@thepracticaldev) May 30, 2016

It was really close for a while.

Well that resolved nothing. Thanks @ThePracticalDev. #tabsVsSpaces #SiliconValley pic.twitter.com/uqenOtwZpp

— Brandon Werner (@brandwe) May 31, 2016

Overall, the feedback was lovely.

@davidjrusek @ThePracticalDev tabs people probably like the toilet paper roll the wrong way, too. Just terrible, awful people.

— simms af (@slyphon) May 30, 2016

@ThePracticalDev Fuck spaces.

— SF Sutcliffe (@sfsutcliffe) May 30, 2016

Programmers argue over everything: styles, languages, frameworks, text editors, everything. They usually take it pretty seriously, too. Sometimes it is hard to tell if a developer is seriously that outraged over a stupid little detail or they are just being mock outraged, but most of the time they are not kidding.

"Duty Calls"

StackOverflow founder Jeff Atwood penned a nice examination of the whole ordeal in 2009, entitled Death to the Space Infidels!

absurd as it may sound, fighting over whitespace characters and other seemingly trivial issues of code layout is actually justified. Within reason of course -- when done openly, in a fair and concensus building way, and without stabbing your teammates in the face along the way.

Choose tabs, choose spaces, choose whatever layout conventions make sense to you and your team. It doesn't actually matter which coding styles you pick. What does matter is that you, and everyone else on your team, sticks with those conventions and uses them consistently.

That said, only a moron would use tabs to format their code.

Arguing on the internet is kind of ridiculous, but standards and conventions are important for programmers and we should try to establish and defend them (to the death?). We do a lot of collaboration, and we need to agree on as much as possible so we can go forth and be productive. But like other humans, we can never agree on anything and end up waging an ongoing metaphoric war.

Top comments (1)

Collapse
 
felipehoffa profile image
Felipe Hoffa

let's solve the question with data:

medium.com/@hoffa/400-000-github-r...