Skip to content

Instantly share code, notes, and snippets.

@jleo3
Last active April 13, 2016 18:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jleo3/1105fef5bdbb6c80a29cc592fe600cb8 to your computer and use it in GitHub Desktop.
Save jleo3/1105fef5bdbb6c80a29cc592fe600cb8 to your computer and use it in GitHub Desktop.

Refactoring

Here's a list of resources I pulled together that explain what refactoring is, why it exists, what code smells are, and the mechanics of refactoring.

The Theory of Refactoring

How to Refactor Using XCode

Miscelaneous

@eCorrea831
Copy link

This was a big help on refactoring my current NavControl app. Some of the stuff they consider "smells" are actually good practice in iOS but I'll read a bit more about those to see how do them more efficiently. I'll keep coming back to this as I complete the app. Thanks for posting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment