Hacker News new | ask | show | jobs
Structured programming: how to write proper if statements (abuseofnotation.github.io)
3 points by boris_m 567 days ago
1 comments

It becomes much harder to write improper conditionals when if-then-else is an expression rather than a statement, as it is for example in Haskell.