Hacker News new | ask | show | jobs
by saghm 39 days ago
Expressions are nice specifically because they don't tend to mutate things. The ternary operator is not at all the same as `a++` because you have the assign the result.