Search Results
Tabs versus spaces—what is the proper indentation character
programmers.stackexchange.com/.../tabs-versus-spaces-what-is-the-prop...As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this ...Tabs versus Spaces - Jamie Zawinski
www.jwz.org/doc/tabs-vs-spaces.htmlUsing tabs in source code: Pro and contra, by Jamie Zawinski.EmacsWiki: Tabs Are Evil
emacswiki.org/emacs/TabsAreEvilDec 17, 2014 - In Emacs, we may set indent-tabs-mode to nil and use spaces only: .... JamieZawinski weighs in on tabs versus spaces – the eternal holy war ...Tabs vs Spaces, the Pointless War - Josh On Design
www.joshondesign.com/2014/09/02/barSep 2, 2014 - Of course the tab character doesn't have a defined width (I'll explain in a moment why) so flame wars have erupted around spaces vs tabs, ...Why I use spaces over tabs | JarrodOverson.com
jarrodoverson.com/blog/spaces-vs-tabs/Sep 22, 2012 - I never really understood the Tabs vs Spaces debate. When I first started programming I started using tabs but almost immediately realized they ...xkcd • View topic - Tabs vs Spaces
forums.xkcd.com › Analytical Engines › Religious WarsNov 23, 2007 - 40 posts - ‎19 authorsIt makes no odds really. Both have slight advantages over the other but I find that if I use tabs, it only takes 1 space to mess everything up, and ...Death to the Space Infidels! - Coding Horror
blog.codinghorror.com/death-to-the-space-infidels/Apr 13, 2009 - You've moved beyond mere earthbound issues like tabs vs. spaces on your personal path to code nirvana. Perhaps you have some kind of ...Effect of tabs vs. spaces in HTML files - Mads Kristensen
madskristensen.net/post/performance-of-tabs-vs-spaces-in-html-filesAug 9, 2014 - Are you using tabs or spaces to indent your markup? Does it matter for performance which one you chose? Let's run an experiment. Consider a ...Why tabs are clearly superior | Lea Verou
lea.verou.me/2012/01/why-tabs-are-clearly-superior/Jan 17, 2012 - Assume for some reason you want to select all indents and double them or convert them to spaces. This is very easy with tabs, because that's ...Tabs Versus Spaces
c2.com/cgi/wiki?TabsVersusSpacesIn PythonLanguage, indentation is semantically significant. Either tabs or spaces may be used for indentation, though it's recommended that programmers use ...