Table of Content
Using diff tool
In the code example, I separated each example project into steps. It in encouraged to view the steps with code diff utilities.
For example,
- Locate the two folders of two steps
- Select (or drag) the folders to the utility.
- Compare the code difference between two versions.
- Repeat step 1 with another two steps.
I believe it is easier to understand how the code is accomplished by gradually understanding each steps. One small chunk of code a time.
List of code diff utilities (Mac)
- FileMerge from XCode
- Terminal diff
- DeltaWalker
- Kaleidoscope
What’s next? We’re going to take a look at “Mobile web app dev – Introduction”.