Code Smell 211 - Tab over Spaces
TL;DR: Don't use Tabs. It is not a "personal style decision"
Problems
Readability
Compilation errors in some languages
Mixed Standards
Solutions
Use spaces. Always.
Use automatic tools to prevent tabs in the code.
Context
Developers might s...
maximilianocontieri.com2 min read