Skip to content

Instantly share code, notes, and snippets.

View caiozullo's full-sized avatar

Caio Zullo caiozullo

View GitHub Profile
@caiozullo
caiozullo / Careful With “Singleton” Lookalikes episode.swift
Created November 12, 2018 10:55
Careful With “Singleton” Lookalikes episode
//
// Copyright © 2018 Essential Developer. All rights reserved.
//
import UIKit
/*
The Singleton design pattern is intended to enforce
a class has only one instance.