Category: tech

  • Everything is tabs vs. spaces

    by

    in

    There is a classic debate in developer circles: tabs vs. spaces. Readable code needs indentation (or if your Python it’s mandatory) and how you indented the code with a tab character or with a number of spaces, was a matter of nearly religious fervor. Then code linting and formatting tools got good enough and integrated…