Wow, that was quite a battle.
#tabsvsspaces
Wow, that was quite a battle.
#tabsvsspaces
Oh Haskell, not you too...
#TabsVsSpaces #haskell
3 spaces in a tab?! #tabsvsspaces
@Dtl perhaps they mean spaces? #TabsVsSpaces
This is what I imagine people's code looks like when they complain about the forced indentation in #python.
And yes, this code is correct.
#programming #c #formatting #indentation #tabsvsspaces #whitespace #developers #developerexperience #debugging #fail #goodluck
Reading about how tabs for indentation are an accessibility issue for some suddenly makes me feel like I should switch to tabs in all my projects.
Are there any accessibility concerns that would actually point to using spaces instead of tabs? Or is it just familiarity? Assuming you work with a code style where you don't need to align things to columns that don't divide nicely to tab levels.
I’ve always been team spaces, and then I read this one Reddit post today (found through this GitHub issue) and I’m immediately convinced.
I’m now going in to work tomorrow on a mission to convert (haha, punny) everyone else.
i hate having to read code on github with an 8 space tab width, afaik i can't view code using a custom width
i especially hate people who use spaces to indent their code
fuck all of you
#TabsVsSpaces
It's impossible for a computer nerd to hear "TABs" without thinking about the age-old conflict about tabs vs spaces for indentation of program text.
In the disability context #TabsVsSpaces could be about how people without disabilities go and design bad spaces that work only for them.
Just to confuse things. 😅
New Kate instance, new setup. Tabs, not spaces!
Das sind doch eigentlich eher user-settings und sollten im Quellcode nicht relevant sein.
Müsste Quellcode nicht eigentlich in so etwas wie JSON oder eine Datenbank koddiert sein?
Das würde doch auch das ganze Quellcode-Management vereinfachen.
My latest blog post looks at my code formatting styles. Give it a read and tell me your thoughts!
https://vale.rocks/posts/my-code-formatting-guidelines
#Blog #Blogging #TabsVsSpaces #Formatting #FrontendDev #Frontend #FrontendDevelopment #WebDev #WebDevelopment
Gut, dass moderne Medien auch noch über die wichtigen Dinge in der #Linux-Welt berichten, und nicht nur über Sachen, die viele Klicks erzeugen! 🙃 🥴 😆
https://www.golem.de/news/linux-kernel-linus-torvalds-sagt-ja-zu-tabs-2404-184308.html
«#Torvalds really doesn’t like spaces – as in, #tabs vs. #spaces – and got a little annoyed that a commit removed a hidden tab because it “apparently showed breakage in some third-party #kernel config parsing tool”. So, Torvalds decided to add some hidden tabs to trigger breakages like this, and is threatening to add more hidden tabs if necessary.»
#TabsVsSpaces ist annähernd so religiös wie die #ViVsEmacs Diskussion — die zwei Grunddiskussionen der #Hacker.
https://www.osnews.com/story/139334/linus-torvalds-really-prefers-tabs/
Really not happy with tools like `npm init` creating a package.json file that's indented using spaces instead of tabs. It contributes to new devs thinking that tabs are an acceptable way to indent things.
In a codebase that multiple people will be working on, this is not true.
Tabs. Not spaces. Tabs are the way.
(Yes, I'm going to keep banging this drum until the #webdev and #software #development worlds catch up.) #coding #SoftwareDevelopment #WebDevelopment #TabsVsSpaces #TabsNotSpaces
A special #devlog entry: #csharp Coding conventions and #unity best practices used while developing #ParticularReality.
#madeWithUnity #gameDev #indieDev #hungarianNotation #codingConventions #bestPractices #tabsVsSpaces #codeArchitecture #async #coroutines #comments
@LexGear I realized I couldn't remember and looked up what I'd done, and found soft tabs and a mixture of 2 or 4 spaces? Shit. Sometimes I indent top-level class/function bodies 4 spaces and then all other loop/conditional/struct/yaml blocks 2 spaces. Which in retrospect is super cursed.
(Best-case scenario this was caused by maintaining the style of existing code. But it was probably written by past-me, so that rubbish excuse is of limited value.)
Reminder: If you're using spaces instead of tabs in your code, you're enforcing your personal preference in indentation spacing on everyone else.
That's unkind. Don't do that.
#coding #development #programming #BestPractices #TabsVsSpaces #UseTabs
The only sane way to do indentation and alignment of programming code:
tabs for indentation,
spaces for alignment.
This is called smart tabs: https://www.emacswiki.org/emacs/SmartTabs
:boost_requested: Spread the word.