Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting Eigen Out
Search
Orta
April 28, 2014
Programming
3
1.2k
Getting Eigen Out
A post-mortem of the Artsy iOS app release. Presented at the Istanbul Tech Talks 2014.
Orta
April 28, 2014
Tweet
Share
More Decks by Orta
See All by Orta
How Does the TypeScript Team Try to Avoid Negative Effects on the JS Ecosystem
orta
0
120
TypeScript: From the Outside In
orta
0
190
React Native, 2 years later
orta
4
2.3k
[WIP] React Native 2 years on
orta
0
200
TSConfig - the keys you need to know
orta
1
150
We try!'d Swift
orta
0
150
Building Outside of the Sandbox
orta
0
150
Danger in 15m
orta
1
510
Injection, or Controlling your Tools
orta
0
140
Other Decks in Programming
See All in Programming
Return of the Full-Stack Developer
simas
PRO
1
330
Vibe Codingをせずに Clineを使っている
watany
10
3.9k
これだけは知っておきたいクラス設計の基礎知識 version 2
masuda220
PRO
18
4k
家族・子育て重視/沖縄在住を維持しながらエンジニアとしてのキャリアをどのように育てていくか?
ug
0
260
PHPによる"非"構造化プログラミング入門 -本当に熱いスパゲティコードを求めて- #phperkaigi
o0h
PRO
0
1.2k
Chrome Extension Techniques from Hell
moznion
1
100
DataStoreをテストする
mkeeda
0
250
私の愛したLaravel 〜レールを超えたその先へ〜
kentaroutakeda
12
3.7k
本当だってば!俺もTRICK 2022に入賞してたんだってば!
jinroq
0
270
パスキーのすべて / 20250324 iddance Lesson.5
kuralab
0
140
Devin, 正しい付き合い方と使い方 / Living and Working with Devin
yukinagae
3
780
エンジニア未経験が最短で戦力になるためのTips
gokana
0
240
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
51
2.4k
Thoughts on Productivity
jonyablonski
69
4.5k
GraphQLとの向き合い方2022年版
quramy
45
14k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
12
630
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Designing for humans not robots
tammielis
251
25k
Why Our Code Smells
bkeepers
PRO
336
57k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Code Reviewing Like a Champion
maltzj
522
39k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
25k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Transcript
Getting Eigen Out April 28, 2014 | Orta Therox @orta
The Objective-C Dependency Manager
WWDC iOS7
What is Artsy? The start-up Art.sy aims to do for
visual art what Pandora did for music: become a source of discovery, pleasure and education.” “
Bright/Vivid Human figure Black & White Patterns Highly Detailed Monochromatic
Flatness Landscape
None
None
None
None
4 types of mobile experience • I know what I'm
looking for
4 types of mobile experience • I've got free time,
entertain me
4 types of mobile experience • I've got a rough
idea what I'm looking for
4 types of mobile experience • I want to get
alerts about things happening
Hybrid Application • Don’t try to be everything
Process
Release Process Regular Daily Betas External QA Team
None
None
Things we learned
View Controllers One controller to show artworks Many layouts
Reveal
Social Media Login First
CocoaPods
In App Routing
None
Dev Mode View Controllers Caption Text
Dev Mode View Controllers
Debug Menu Easy access to build settings Lab settings for
development tests Offline mode
Debug Menu Easy access to build settings Lab settings for
development tests Offline mode
Post Release
ASCII
ORStackView
ORStackView
Caption Text LOTS OF STACKVIEWS
Testing
Books
Continuous Integration
Tests target 'Artsy Tests', :exclusive => true do pod 'Specta',
'~> 0.2.1' pod 'Expecta', '~> 0.2.3' pod 'OCMock', '~> 2.2.2' pod 'OHHTTPStubs', '~> 3.0.4’ ! pod 'FBSnapshotTestCase', '1.1' pod 'EXPMatchers+FBSnapshotTest', :head pod 'XCTest+OHHTTPStubSuiteCleanUp' end
View Controller Tests
View Controller Tests
View Controller Tests for Non-Trivial Interactions
THANKS @orta
Q&A Design / Release / Lessons / Post Release /
Testing / Sneaky CocoaPods Questions @orta