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.
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.
I have been interested in Virtual Reality Glasses, hardware and software developments around 6 years now. My interest was mostly stayed on following articles and hardwares rather than working on real software until late February 2022.
This blog post is about Abstract Factory pattern. What is Abstract Factory Pattern? I’ll try to explain and demonstrate with a code sample.
My fifth and last post on Principles is about SRP, this is the fifth of reverse order of -S-OLID principles with this blog post.
My fourth post is about OCP, I am on the fourth principle of reverse order of S-O-LID principles with this blog post.
My third post is about LSP, I am on the third principle of SO-L-ID with this blog post.
My second post is about ISP, I am on I of SOL-I-D principles on this document.
I would like to start my blog with my first post about Dependency Inversion Principle.