Code Smell 164 - Mixed Indentations
TL;DR: Don't mix indentation styles
Problems
Readability
Code consistency
Standards violation
Solutions
Choose one of them
Stick to it
Enforce it with code standards tests
Share the rules on all the codebase
Use an IDE like VS Code or WebS...
maximilianocontieri.com2 min read