4 ms·
> You are going to indent your code anyway, so you might as well give the indentation some meaning. Autoformatters came and fixed that problem. Nobody (except
by darthrupert 1y ago
> You are going to indent your code anyway, so you might as well give the indentation some meaning.
Autoformatters came and fixed that problem. Nobody (except python, haskell and nim coders probably) wastes time indenting code anymore, you save and your code is indented. Nowadays, code that relies on whitespace and has no ending delimiters (like nim and python) gets awkward because the formatters have less information to go on. If your rust or typescript code formats to bad indent or none at all, you have an error.
- mixmastamyk 1y agoEditors already auto indent. I find reading/writing Python easier than rust/javascript.