Comment on Tabs are objectively better than spaces - gomakethings.com
TheCee@programming.dev 1 year ago
Original poster is right by all accounts, of course. Now, let’s come up with exotic significant indentations.
function xyz(a, b): | var x = 2 | if true: | | do_something() | else: | | do_something_else() | anyway()
Pro: Your editor no longer needs to implement indentation hints.
Con: Looks obstructive if not highlighted like an indentation hint.
JackbyDev@programming.dev 1 year ago
nickgravgaard.com/elastic-tabstops/
TheCee@programming.dev 1 year ago
Right, that is another item I wished more editors would have picked up.