Skip to content

Instantly share code, notes, and snippets.

View GE-N's full-sized avatar

Jerapong Nampetch GE-N

View GitHub Profile
@GE-N
GE-N / FRP iOS Learning resources.md
Created January 3, 2016 13:05 — forked from JaviLorbada/FRP iOS Learning resources.md
The best FRP in iOS links.

Videos

@GE-N
GE-N / struct_and_inheritance.swift
Created October 1, 2015 08:42 — forked from AliSoftware/struct_vs_inheritance.swift
Swift-Struct-Inheritance
// #!Swift-1.1
import Foundation
// MARK: - (1) classes
// Solution 1:
// - Use classes instead of struct
// Issue: Violate the concept of moving model to the value layer
// http://realm.io/news/andy-matuschak-controlling-complexity/