Learn how to write more robust and maintainable Swift code by making the switch to functional programming.
By taking up functional programmingâa popular programming paradigm that's centered around pure functionsâyou can write more robust and maintainable Swift code. This course prepares you to make the switch by providing an introduction to the functional paradigms in Swift. Instructor Shaun Wassell covers functional concepts, first-class functions, and array functions. He also dives into a few advanced concepts, including partial application and recursion.