Why this matters
The comma operator executes two expressions and returns the result of the second one, which can make the code confusing and harder to debug. It reduces readability and reliability, and the same outcome can be achieved with clearer alternatives.