Composing Functions
#🧨FunctionalProgramming #💻SoftwareDevelopment #📱iOS
Composition represents has-a relationship. It is an OOP way of reusing code by adding object to another object. Oppose inheriting, it does not have a parent/ child relationship.
Blog by Yigit Alp Ciray - iOS Engineer
Composition represents has-a relationship. It is an OOP way of reusing code by adding object to another object. Oppose inheriting, it does not have a parent/ child relationship.
Currying is a functional programming concept which look familiar to me from iOS world, but I did not know that this is a concept with a name.
I got my certificate of completion for Mobile Security Course from Stanfrod University School of Engineering. In this post, I would like to share my notes about the course, my learnings and what I was expecting from this course, before I purchase. Overall, it was a good experience, and learned many important information from this course, I would like to see this course after it is updated, more recent SDKs and APIs.