Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Art of Stealing

The Art of Stealing

Software development mostly happens in platform specific silos. We frequently miss opportunities to learn how developers on other platforms & technologies have solved problems very similar to ours. This talks will share personal success stories of stealing ideas from other platforms and applying them to iOS development. Hopefully attendees will be inspired to learn & steal on their own.

Benjamin Encz

May 08, 2017
Tweet

More Decks by Benjamin Encz

Other Decks in Programming

Transcript

  1. Assertion 1 We are ignoring a huge amount of valuable

    knowledge outside of our immediate community. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 3
  2. Assertion 2 We and our industry could be significantly more

    productive if most developers expanded their scope of knowledge. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 4
  3. "Ultimately, it comes down to taste. It comes down to

    trying to expose yourself to the best things that humans have done and then try to bring those things in to what you're doing. I mean Picasso had a saying—‘good artists copy, great artists steal’— and we have always been shameless about stealing great ideas". — Steve Jobs (1996 PBS documentary "Triumph of the Nerds") The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 5
  4. Time Spent Researching vs Time Spent Writing Code The Art

    Of Stealing | @benjaminencz | MCE Conf, May 2017 8
  5. Most developers (including myself) are spending too little time on

    research. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 10
  6. Validated func logout(user: LoggedInUser) { //... } The Art Of

    Stealing | @benjaminencz | MCE Conf, May 2017 17
  7. Validated typealias LoggedInUser = Validated<User, LoggedInValidator> do { let loggedInUser

    = try LoggedInUser(currentUser) } catch { // ... } The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 18
  8. How to Steal in Practice The Art Of Stealing |

    @benjaminencz | MCE Conf, May 2017 20
  9. Change In Mindset » New Idea? New problem? -> must

    have been solved before! » Some group must have more resources focused on this than I could ever have. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 21
  10. Three Modes of Research » Exploratory » Targeted » Collaborative

    The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 22
  11. Exploratory Research Goal: Expand Horizon » Spend small amount of

    time grasping core ideas of other technology » Begin to see connections between seemingly unrelated areas The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 23
  12. Targeted Research Goal: Avoid Previous Mistakes » Determine Research Budget

    » Perform High Level Research to Find Options » Pick 2-5 Options » Read, Prototype, Evaluate, Repeat The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 24
  13. Collaborative Research Goal: Quickly Gain Insight Outside Your Area »

    Exchange with developers on other platforms while working on same feature (targeted) » Meet people from other communities (exploratory) The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 25
  14. Conclusion 1 Don't narrowly focus on immediate productivity. Invest time

    in research, learning, collaboration. Look outside of your box. You can make small investments that pay off quickly. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 28
  15. Conclusion 2 Reinventing the wheel is great, but starting from

    scratch would be foolish. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 29
  16. Conlusion 3 Stealing is a foundation for innovation. It will

    make you more effective and more creative and will accelerate the rate at which you gain experience. If we're lucky it creates innovation for our entire industry. The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 30
  17. Keep Stealing! Related Talk/Book (Thx to my Coworker Raheel): "Steal

    like an Artist" Sync Prototype: https://github.com/Ben-G/OT-Sync-Prototype Slides: http://bit.ly/artofstealing @benjaminencz The Art Of Stealing | @benjaminencz | MCE Conf, May 2017 31