This repository is intended to show the difference between 'sintactic' changes and 'semantic' changes. In the class you should use:
- PR: #1. Use this to show how semantic changes are very hard to identify when there are unnecessary sintactic changes.
- PR: #2. This PR has the same semantic changes as #1 but without the sintactic change noise.
We also have an example for how a code conflict looks like. You can see it in the PR:
- PR: #4