Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants
`if (sequenceNum - 1 != -1)`
instead of
`if (sequenceNum != 0 )`
lol
and yes what it does is to check if we are at step 0 of sequential thing. I was confused for 5 minutes. just to accept that he doesn't mean something else by it.
rant
code