Tabs or spaces? #TabsNotSpaces!
Why do popular programming languages like C#, Kotlin, and Python recommend using spaces for indentation instead of tabs?
Tabs or spaces? #TabsNotSpaces!
Why do popular programming languages like C#, Kotlin, and Python recommend using spaces for indentation instead of 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