discord.js-pagination icon indicating copy to clipboard operation
discord.js-pagination copied to clipboard

Don't use unary operators

Open atomheartother opened this issue 4 years ago • 0 comments

Don't use unary inc/dec operators during an assignment, it makes no semantical sense. page-- already means page -= 1, so doing page = page-- just confuses the meaning of the line.

atomheartother avatar Nov 19 '20 09:11 atomheartother