Frameworks for Coding Confidence

Опубликовано: 22 Март 2025
на канале: Touchlab
2,728
47

Droidcon SF 2016
Organized by: Apps4All (http://apps4all.io)
Content Curated By: touchlab (http://www.touchlab.co)

As a mobile codebase grows and evolves, it becomes increasingly difficult to make large changes with confidence and speed. Unintended side effects, strange lifecycles, memory leaks, error-cases, and poor code cohesion work together to quickly make a mess of many applications as they grow. This talk will cover some of the techniques Uber has used to allow for changes in a tightly integrated application with confidence, including tools like Dagger 2, static analysis, and annotation processing. We’ll show you how these techniques and tools reinforce each other by demonstrating some concrete anti-patterns that have scaled poorly in the past, as well as how you can combine these new techniques to prevent entire classes of issues in the future.

Speaker:
Luke St.Clair works on the Mobile Platform team at Uber, where he helps provide frameworks, architectural patterns, tools, and libraries to help mobile developers deliver the best possible experience to millions of riders worldwide. Previously, he made whimsically fun apps at Jelly, and helped develop a number of products at Facebook.