Functional Programming and Shopping Cart Problem in Swift

Hello ladies and gentlemen, Leo here. Today we will explore some Functional Programming in Swift. Functional programming is a programming paradigm that has some really cool ideas. For example, functions are first-class citizens, which means that you can do everything you could do with any other type like Int, you can do with a function like […]