Skip to content

Instantly share code, notes, and snippets.

View funmia's full-sized avatar
💭
🥐

Funmi Adewodu funmia

💭
🥐
  • Stockholm
View GitHub Profile
@funmia
funmia / ios-interview-resources.md
Last active September 2, 2023 07:29
General iOS, CS questions and interview prep resources.
@funmia
funmia / design-patterns.md
Created January 24, 2020 12:06
Design patterns - rayweinderlich

Design patterns - rayweinderlich

Types of design patterns

  1. Structural patterns describe how objects are composed to form larger subsystems. Examples of structural patterns are:
  1. Behavioral patterns describe how objects communicate with each other.