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

Your Refactoring Toolbox

Your Refactoring Toolbox

Techniques for keeping your Swift app compiling & your tests green while refactoring!

[Playgroundscon 2017, Melbourne, Australia]

Rachel Bobbins

February 23, 2017
Tweet

More Decks by Rachel Bobbins

Other Decks in Programming

Transcript

  1. Refactoring Tools Deprecation warnings Other compiler warnings Compilation failures Protocols

    Tests Team’s existing code Team’s collective knowledge Open-source inspiration
  2. 1. Know the problem. Have a vision. Is your refactor

    solving a problem? Or just using the latest new Swift feature?