|
|
|
|
|
by Stratoscope
3799 days ago
|
|
There is an easy solution to the alignment problem: don't align stuff. I haven't used column alignment in at least 20 years. I don't miss it at all, and I'll never go back to aligning things. Column alignment causes far too many problems. Once you give it up, any advantage of spaces over tabs disappears. Code written without alignment reads the same whatever you use for indentation, and it is even perfectly readable in a proportional font! I've written a few comments on HN about the problems with column alignment and the advantages of an alignment-free style. Here are a couple of previous discussions with specific examples: https://news.ycombinator.com/item?id=10206860 https://news.ycombinator.com/item?id=9469713 |
|