Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 966 Bytes

index.md

File metadata and controls

29 lines (18 loc) · 966 Bytes

Welcome to Leo Zhao's Pages

Disposable Code

Code is written as if it has perpetual value. But in reality, it should be treated as disposable goods. Disposable Code.

How Fast is Swift, and Why (Part 3)

Can Swift keep its speed gain in complex cases? This article will check class and override. View Swift vs Objective C (3).

How Fast is Swift, and Why (Part 2)

Swift is faster than Objective C. This article digs deeper to find out why. View Swift vs Objective C (2).

How Fast is Swift, and Why

Swift is faster than Objective C. This article digs deeper to find out why. View Swift vs Objective C.

Note of Xcode9/Swift4 Migration

Xcode 9 released a few days ago. I did the migration for a few our projects and wrote some note that might be helpful for both someone else out there and future me. View Migrate to Swift 4.