How many spaces is a tab in Java, Rust, C+, Python, C#, Powershell, Golang, etc.
A tab is not made out of spaces. It is a tab, whether in Java, Python, Rust, or generic text file editing. It is represented by a single Unicode character, U+0009.
It does not generally mean “insert this many spaces here” either. It means “put the cursor at the next closest tab stop in the line”. What that means exactly depends on the context. On an old typewriter I had, a tab key would advance the roller to the next column that was a multiple of 10

That is pretty much the same function as the tab character does.
Just for reference, modern text editors have their tab stops set to either every 4 or every 8 characters. That doesn’t mean that 1 tab = 4/8 spaces, that means that putting in a tab will align the cursor with the next multiple of 4/8 columns

In mainstream IDEs you can set the tab key to insert a desired number of spaces instead of a tab character.
The concept of tab independent of space is rarely used these days. In any case, what the character represents is decoupled from what the key does is decoupled from what the screen shows.
In many IDEs, the tab character inserts the required number of spaces to advance to the next tab line. This is often a default.
I imagine it’s a compromise between tab loving extremists and space advocates. The ideal whitespace character is a subject of intense debate among programmers.
Source: Quora
- You don’t need to get a better desk setup to be a better programmerby Edwin Garcés (Programming on Medium) on October 3, 2023 at 12:58 pm
I have a better desk setup but I’m a better programmer because I work hardContinue reading on ILLUMINATION »
- Uganda Illuminati members association is on +256 784661738,
+256 758657439,
+256 757927159by Alvin kays Alinda (Programming on Medium) on October 3, 2023 at 12:58 pm
Continue reading on Medium »
- Breaking news Illuminati phone numbers in Uganda are +256 784661738,
+256 758657439,
+256…by Alvin kays Alinda (Programming on Medium) on October 3, 2023 at 12:54 pm
Continue reading on Medium »
- The Power of Angular Directives: A Comprehensive Guideby chintanonweb (Programming on Medium) on October 3, 2023 at 12:54 pm
IntroductionContinue reading on Level Up Coding »
- 10 Strategies to Learn How To Codeby Jay Cruz (Programming on Medium) on October 3, 2023 at 12:53 pm
I’m using the word code as meaning something different from Programming. It’s code as in the act of coding, which is the verb-ing of the…Continue reading on Medium »
- Lengera entiisa eri mu Illuminati uganda call +256 784661738,
+256 758657439,
+256 757927159by Alvin kays Alinda (Programming on Medium) on October 3, 2023 at 12:52 pm
Continue reading on Medium »
- JVector 1.0: concurrent, embedded vector search 10x faster than Luceneby /u/mr_riptano (programming) on October 3, 2023 at 12:51 pm
submitted by /u/mr_riptano [link] [comments]
- Rustlings: lifetimes1.rs #Issue65 — Lifetimes in Rustby John Philip (Programming on Medium) on October 3, 2023 at 12:51 pm
Rustlings Challenge: lifetimes1.rs Solution WalkthroughContinue reading on Rustaceans »
- Talking to Your Healthcare Documents using Google Colabby Dr. Ernesto Lee (Programming on Medium) on October 3, 2023 at 12:51 pm
Objective: Learn how to interact with healthcare documents using a Q&A model in Google Colab.Continue reading on Medium »
- Davide's Code and Architecture Notes - L4 vs L7 Load Balancerby /u/davidebellone (programming) on October 3, 2023 at 12:48 pm
submitted by /u/davidebellone [link] [comments]
- One Time Password (OTP) in Jetpack Composeby Daniel Atitienei (Programming on Medium) on October 3, 2023 at 12:43 pm
Grab a cup of coffee ☕ and let’s dive into learning how to add an OTP text field in Jetpack Compose.Continue reading on Medium »
- Patterns for Effective Concurrency in Goby Harendra Kumar (Programming on Medium) on October 3, 2023 at 12:42 pm
Designing Efficient and Reliable Concurrent SystemsContinue reading on Medium »
- Stacked branches with vanilla Gitby /u/mykr0pht (programming) on October 3, 2023 at 12:20 pm
submitted by /u/mykr0pht [link] [comments]
- Wrap your gifts not your dependenciesby /u/eckyp (programming) on October 3, 2023 at 12:12 pm
submitted by /u/eckyp [link] [comments]
- Kotlin and Variance: Navigating Type Relationshipsby /u/ablx0000 (programming) on October 3, 2023 at 11:20 am
submitted by /u/ablx0000 [link] [comments]
- Achieve NextJS Mastery: Build a Sales Page with Stripe and Airtableby /u/Alternative-Rich-578 (programming) on October 3, 2023 at 11:19 am
submitted by /u/Alternative-Rich-578 [link] [comments]
- The European Cyber Resilience Act impact on open source [LWN.net]by /u/grouvi (programming) on October 3, 2023 at 11:14 am
submitted by /u/grouvi [link] [comments]
- ARM’s Cortex A710: Winning by Defaultby /u/JohnDoe_John (programming) on October 3, 2023 at 10:47 am
submitted by /u/JohnDoe_John [link] [comments]
- Build Semantic Search and Retrieval Augmented LLM Solutions fast using Arguflowby /u/ram-foss (programming) on October 3, 2023 at 10:43 am
submitted by /u/ram-foss [link] [comments]
- Arm’s Cortex A510: Two Kids in a Trench Coatby /u/JohnDoe_John (programming) on October 3, 2023 at 10:42 am
submitted by /u/JohnDoe_John [link] [comments]
- Why does the BSL license get so much hate from developers?by /u/utpalnadiger (programming) on October 3, 2023 at 10:37 am
submitted by /u/utpalnadiger [link] [comments]
- My journey modifying the Rust compiler to target .NET runtime - Part 2: Generics, iterators, enums and refactoringby /u/FractalFir (programming) on October 3, 2023 at 10:36 am
submitted by /u/FractalFir [link] [comments]
- Chrome starts supporting passkeys on iCloud Keychain on macOSby /u/feross (programming) on October 3, 2023 at 9:45 am
submitted by /u/feross [link] [comments]
- The Evolution of Chatbots: From Rules-Based to Generative AIby /u/Competitive_Carry_89 (programming) on October 3, 2023 at 9:03 am
submitted by /u/Competitive_Carry_89 [link] [comments]
- What’s New in C in 2023?by /u/waozen (programming) on October 3, 2023 at 7:56 am
submitted by /u/waozen [link] [comments]
- What's New in WebGPU (Chrome 118)by /u/feross (programming) on October 3, 2023 at 7:46 am
submitted by /u/feross [link] [comments]
- So We Shipped an AI Product. Did it Work?by /u/phillipcarter2 (programming) on October 3, 2023 at 12:48 am
submitted by /u/phillipcarter2 [link] [comments]
- To Type or Not to Type? A Systematic Comparison of the Software Quality of JavaScript and TypeScript Applications on GitHubby /u/pmz (programming) on October 2, 2023 at 6:30 pm
submitted by /u/pmz [link] [comments]
- Exploit Released for Critical SharePoint Vulnerability, Patch Urgentlyby /u/geek_noob (programming) on October 2, 2023 at 5:58 pm
submitted by /u/geek_noob [link] [comments]
- Return to Office Is Bullshit And Everyone Knows Itby /u/JohnDoe_John (programming) on October 2, 2023 at 4:41 pm
submitted by /u/JohnDoe_John [link] [comments]
- Python 3.12 releasedby /u/henbruas (programming) on October 2, 2023 at 4:22 pm
submitted by /u/henbruas [link] [comments]
- The Absolute Minimum Every Software Developer Must Know About Unicode in 2023by /u/NeedsMoreShelves (programming) on October 2, 2023 at 3:05 pm
submitted by /u/NeedsMoreShelves [link] [comments]
- Goodbye to sequential integers, hello UUIDv7!by /u/muztaba (programming) on October 2, 2023 at 7:31 am
submitted by /u/muztaba [link] [comments]
- A thoroughly commented introduction to x86-64 assemblyby /u/push_rbp (programming) on October 2, 2023 at 7:30 am
submitted by /u/push_rbp [link] [comments]
- 32 MiB Working Sets on a 64 GiB machine | Random ASCIIby /u/MarekKnapek (programming) on October 2, 2023 at 4:21 am
submitted by /u/MarekKnapek [link] [comments]
Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel
Can AI Really Predict Lottery Results? We Asked an Expert.


Djamgatech

Read Photos and PDFs Aloud for me iOS
Read Photos and PDFs Aloud for me android
Read Photos and PDFs Aloud For me Windows 10/11
Read Photos and PDFs Aloud For Amazon
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE (Email us for more)
Get 20% off Google Google Workspace (Google Meet) Standard Plan with the following codes: 96DRHDRA9J7GTN6 (Email us for more))
FREE 10000+ Quiz Trivia and and Brain Teasers for All Topics including Cloud Computing, General Knowledge, History, Television, Music, Art, Science, Movies, Films, US History, Soccer Football, World Cup, Data Science, Machine Learning, Geography, etc....

List of Freely available programming books - What is the single most influential book every Programmers should read
- Bjarne Stroustrup - The C++ Programming Language
- Brian W. Kernighan, Rob Pike - The Practice of Programming
- Donald Knuth - The Art of Computer Programming
- Ellen Ullman - Close to the Machine
- Ellis Horowitz - Fundamentals of Computer Algorithms
- Eric Raymond - The Art of Unix Programming
- Gerald M. Weinberg - The Psychology of Computer Programming
- James Gosling - The Java Programming Language
- Joel Spolsky - The Best Software Writing I
- Keith Curtis - After the Software Wars
- Richard M. Stallman - Free Software, Free Society
- Richard P. Gabriel - Patterns of Software
- Richard P. Gabriel - Innovation Happens Elsewhere
- Code Complete (2nd edition) by Steve McConnell
- The Pragmatic Programmer
- Structure and Interpretation of Computer Programs
- The C Programming Language by Kernighan and Ritchie
- Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
- Design Patterns by the Gang of Four
- Refactoring: Improving the Design of Existing Code
- The Mythical Man Month
- The Art of Computer Programming by Donald Knuth
- Compilers: Principles, Techniques and Tools by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman
- Gödel, Escher, Bach by Douglas Hofstadter
- Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
- Effective C++
- More Effective C++
- CODE by Charles Petzold
- Programming Pearls by Jon Bentley
- Working Effectively with Legacy Code by Michael C. Feathers
- Peopleware by Demarco and Lister
- Coders at Work by Peter Seibel
- Surely You're Joking, Mr. Feynman!
- Effective Java 2nd edition
- Patterns of Enterprise Application Architecture by Martin Fowler
- The Little Schemer
- The Seasoned Schemer
- Why's (Poignant) Guide to Ruby
- The Inmates Are Running The Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
- The Art of Unix Programming
- Test-Driven Development: By Example by Kent Beck
- Practices of an Agile Developer
- Don't Make Me Think
- Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin
- Domain Driven Designs by Eric Evans
- The Design of Everyday Things by Donald Norman
- Modern C++ Design by Andrei Alexandrescu
- Best Software Writing I by Joel Spolsky
- The Practice of Programming by Kernighan and Pike
- Pragmatic Thinking and Learning: Refactor Your Wetware by Andy Hunt
- Software Estimation: Demystifying the Black Art by Steve McConnel
- The Passionate Programmer (My Job Went To India) by Chad Fowler
- Hackers: Heroes of the Computer Revolution
- Algorithms + Data Structures = Programs
- Writing Solid Code
- JavaScript - The Good Parts
- Getting Real by 37 Signals
- Foundations of Programming by Karl Seguin
- Computer Graphics: Principles and Practice in C (2nd Edition)
- Thinking in Java by Bruce Eckel
- The Elements of Computing Systems
- Refactoring to Patterns by Joshua Kerievsky
- Modern Operating Systems by Andrew S. Tanenbaum
- The Annotated Turing
- Things That Make Us Smart by Donald Norman
- The Timeless Way of Building by Christopher Alexander
- The Deadline: A Novel About Project Management by Tom DeMarco
- The C++ Programming Language (3rd edition) by Stroustrup
- Patterns of Enterprise Application Architecture
- Computer Systems - A Programmer's Perspective
- Agile Principles, Patterns, and Practices in C# by Robert C. Martin
- Growing Object-Oriented Software, Guided by Tests
- Framework Design Guidelines by Brad Abrams
- Object Thinking by Dr. David West
- Advanced Programming in the UNIX Environment by W. Richard Stevens
- Hackers and Painters: Big Ideas from the Computer Age
- The Soul of a New Machine by Tracy Kidder
- CLR via C# by Jeffrey Richter
- The Timeless Way of Building by Christopher Alexander
- Design Patterns in C# by Steve Metsker
- Alice in Wonderland by Lewis Carol
- Zen and the Art of Motorcycle Maintenance by Robert M. Pirsig
- About Face - The Essentials of Interaction Design
- Here Comes Everybody: The Power of Organizing Without Organizations by Clay Shirky
- The Tao of Programming
- Computational Beauty of Nature
- Writing Solid Code by Steve Maguire
- Philip and Alex's Guide to Web Publishing
- Object-Oriented Analysis and Design with Applications by Grady Booch
- Effective Java by Joshua Bloch
- Computability by N. J. Cutland
- Masterminds of Programming
- The Tao Te Ching
- The Productive Programmer
- The Art of Deception by Kevin Mitnick
- The Career Programmer: Guerilla Tactics for an Imperfect World by Christopher Duncan
- Paradigms of Artificial Intelligence Programming: Case studies in Common Lisp
- Masters of Doom
- Pragmatic Unit Testing in C# with NUnit by Andy Hunt and Dave Thomas with Matt Hargett
- How To Solve It by George Polya
- The Alchemist by Paulo Coelho
- Smalltalk-80: The Language and its Implementation
- Writing Secure Code (2nd Edition) by Michael Howard
- Introduction to Functional Programming by Philip Wadler and Richard Bird
- No Bugs! by David Thielen
- Rework by Jason Freid and DHH
- JUnit in Action
#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLF-C01 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks