9 ms·
I personally hate one liners. I used to love them and feel good about how neat the code looked like. After some time I've noticed that I read the code much eas
by fpopa 7y ago
I personally hate one liners. I used to love them and feel good about how neat the code looked like.
After some time I've noticed that I read the code much easier and understand flow when the indentation is similar to python or go.
Also, I keep my editor on a vertical half of the screen.