6 ms·
Are leading commas allowed? Because otherwise, you've just traded out the inability to comment out the last element for the inability to comment out the first.
by throw_away 4y ago
Are leading commas allowed? Because otherwise, you've just traded out the inability to comment out the last element for the inability to comment out the first. I never understood this convention.
- sagarm 4y agoI agree that it's ugly and don't use it myself, but I find that I modify the last item in a list far more frequently than the first. Probably because the grouping columns tend to go first by convention, and these change less.