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