Hacker News new | ask | show | jobs
by doublesCs 2098 days ago
> This is a good feature! Sometimes, you want to use `if` `else` based on type information, say if your function is very large and the different behavior based off of type is only a small piece of the process you want to convey.

Super interesting point, thank you.