Tag

patterns

Posts filed under this topic.

15/02/2025

Compiler - LLVM, GCC and more

Let's talk about Swift compiler. what is swift runtime? What compiler does swift uses? Can you draw a flow diagram of how a typical swift code like if (true) { print("hello, world!") } goes through various stages of comp...

17/03/2020

Structural Design Patterns in iOS

The wikipedia definition of a software design pattern is A reusable solution to a commonly occuring problem in the context of software design. Gang of four book in 1994 formalised a number of design patterns. Here we are...