Repository for the exercise code of the Zühlke Clean Code Workshop for C#.
master
initial situation as on the A3 handout (the smelly shapes PDF), checkoutmaster
(and branch from it) to start with the exercicesfoundation-solution
solution to the exercises with a single commit per step, compare you solution with this branchsmelly-shapes-pdf
initial situation including the A3 handout (the smelly shapes PDF) in the/Handouts
folder (used by Trainer only)
- apply update to initial situation to
master
- reformat using Resharper built in cleanup as last commit on
master
git checkout foundation-solution
git rebase master
- check if solution/tests still work
git push --force-with-lease
git checkout master
git rebase -i HEAD~1
- delete last commit (reformat)
git push --force-with-lease
- repeat steps 3-10 for branch
smelly-shapes-pdf