Hacker News new | ask | show | jobs
by kccqzy 1518 days ago
Exactly (well other than "if let" here.)

Every time you have a Boolean if condition with an unwrap, it means you are not taking advantage of the type system.

1 comments

Thanks, added.