Difference between x++ and ++x | SrishCodes
Hi everyone, welcome back to SrishCodes where I teach you interesting tech concepts that you should know about as a current or aspiring software developer. Today I will be sharing with you about the difference between prefix (++x) and postfix (x++). ...
srishcodes.hashnode.dev2 min read
Subhodip Mandal (Dipster)
Pretty short but I had a fun 1 minute reading it. Maybe you could cover a bit more on the software engineering practices aspect of this, in terms of what scenarios to avoid using postfix or prefix and what habits often cause the most debugging errors without us coders realising.