When to use i++ vs ++i vs i+=1
Along with “Hello World” it seems like one of the early things people stumble upon is prefix (++i), postfix (i++), and += (additional assignment) operator notation. These operators can be great tools but unfortunately they can also be a gun to shoot ...
blog.imnick.dev4 min read