HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lenzm

no profile record

comments

lenzm
·há 3 meses·discuss
If it doesn't have any effect, why bother protesting?
lenzm
·há 7 meses·discuss
They are like PDFs in that they do not render the same with different software or on different devices.
lenzm
·há 9 meses·discuss
Yes, that's exactly what I want. Everything shifts with dst - business processes, people's working hours, ach windows, ...
lenzm
·há 10 meses·discuss
[flagged]
lenzm
·há 10 meses·discuss
It has been years, when will it not be too early?
lenzm
·há 10 meses·discuss
Yes, it gets a trailing comma if it's on it's own line. That way when you add/remove arguments in a multi-line call it's only a one-line diff. This doesn't apply when the diff is only one line anyway.

Who's to say you don't add a new argument to the function in the future, like

    my_print(
        "This string has two parameters, `a` which is equal to {a} and `b` which is equal to {b}",
        a=1,
        b=2,
        color_negative_red=True,
    )