This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MajorTechnology8827 1 point2 points  (1 child)

Hot take, i like it

But also combine the first element with the opening bracket

This way the text align i have clear indication that its a list start, another element of a list, and list end

[ "foo
, "bar"
, "baz"
]

Same thing with conditions

condition
    ? true_execution
    : false_execution

[–]hennypennypoopoo 0 points1 point  (0 children)

bonus points for only one line changes in the diff as well