Handling Optionals is often done incorrectly by beginners when they first start to program in Swift. In today's video I'll go over why Force Unwrapping is a bad idea. Then we move onto a better way of accessing values through Optional Binding with "if let" and "guard let" statements. Enjoy.