▲ | hackthemack a day ago | ||||||||||||||||||||||||||||||||||||||||
In the 90s, when I used various text editors like Ultraedit, Nedit, Pico, Nano, Vi, and my co-workers used Dreamweaver, Visual C++, Visual Basic, NetBeans I was in the "TABs are superior" camp but only for the initial indention of code blocks. But somewhere along the way, editors added features that let you see invisibles, and let you set up smart tabs so that you could hit tab, but it would interpolate 4 spaces (or whatever you set) into the document, and let you shift+tab back the indention or TAB the indention, but put in spaces. More importantly, the mass of people who all coalesced on using the same editor in the web development sphere, Sublime then Atom then MS Visual Studio Code, has made it easier to just say "set your editor to do this". I have changed my mind to using SPACES now because the editor lets me fake using TABS. | |||||||||||||||||||||||||||||||||||||||||
▲ | frizlab a day ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
Navigation is still more painful with spaces than with tabs. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | efilife 19 hours ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
So it's the same as using tabs but you are actually using spaces for no real reason? |