- Reference semantics
- Immutability
- Value semantics
- Value types in practice
- Mixing value types and reference types
PS: If you liked this talk or like this concept, let's chat about iOS development at Stitch Fix! #shamelessplug
Speaker: David Abrahams. (Tech lead for Swift standard library)
-
"Crusty" is an old-school programmer who doesn't trust IDE's, debuggers, programming fads. He's cynical, grumpy.
-
OOP has been around since the 1970's. It's not actually new.
-
Classes are Awesome
- Encapsulation
- Access control
Wil Turner, Brook Callhan: Speakers
##3 Main components/concepts that enable UI Testing:##
- UITesting
- Find and interact w/ UI elements
- Validate UI properties and state
- UIrecording
- Updated test reports to include UI testing data
- UI testing is enabled by XCTest and UI Accesibility