We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
seconds = seconds * 60 + value
We don't want to rewrite it to
seconds *= 60 seconds += value
as that is simply 2 lines and somehow destroys the code and mind flow.
Swiflint: 0.16.1