At Square's Women Engineering Lightning Talk event, #hearandnow, Square engineer Kat Hawthorne presents an alternative iOS application architecture that her team designed to build a new version of Square Register.
VIEW MODEL struct CartViewModel { let preSubtotalLineItems: [LineItem] let emptyCartMessage: String? let displayTotal: String? … } #hearandnow | @khhawthorne