Personally I love oranges but cant stand orange juice.

  • benni@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    13 hours ago

    Many programming languages allow “trailing commas”:

    my_list = [ 1, 2, 3, ]
    

    This is wonderful because you can treat the last element like the previous ones instead of having to make an exception. I use it all the time, even when it provides no benefit, and I think we should even start allowing it in natural language.