this post was submitted on 15 Jun 2023
4 points (70.0% liked)

Programmer Humor

32318 readers
236 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 4 points 1 year ago

It looks awful but lets you comment out the last of a comma-separated group. (I still use trailing commas)

[โ€“] [email protected] 2 points 1 year ago

I hate visually parsing leading commas, but it's clear they make commenting out lines easier. If you comment out the last line, you don't have to comment out also the comma on the penultimate line.