this post was submitted on 28 Feb 2024
1009 points (97.0% liked)
Programmer Humor
32386 readers
633 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To comply with Python's best practices:
https://peps.python.org/pep-0008/
Also, if you work on the Linux Kernel, you'll see a mix of tabs and spaces:
https://elixir.bootlin.com/linux/latest/source/block/bfq-iosched.c#L390
You use an editor that doesn't auto-indent?
I assume this was a joke 😁
I use vi without syntax highlighting.
Please don't hack me, mister FBI
To be fair you can totally bind an arbitrary number of spaces to tab in vi. I'll dig out the syntax highlighting file some time. Oh and I use vim really.
I do use neovim myself too 😁