Greatest Value and Why We Use Optionals
Fun Algorithms
Today let's go through a relatively simple exercise of finding the greatest value inside a list of Integers. I'd like to use this example to explain why we use Optionals when programming in Swift for our iOS applications. Basically the intent is to remove ambiguity from our programs as much as possible. Enjoy.

Comments (0)
HELP & SUPPORT